James Coglan
|
751c77aa1d
|
Replace the built-in Node HTTP parser with the http-parser-js package.
|
2017-07-30 19:34:41 +01:00 |
|
James Coglan
|
b76f4e27d0
|
Correct the HTTP parser magic numbers. The numbers we had were correct for Node 0.12 but not for releases since then.
|
2017-07-30 19:26:45 +01:00 |
|
James Coglan
|
eb5e39e7e3
|
Standardise the words used to refer to chunks of parser input.
|
2015-07-10 22:37:54 +01:00 |
|
James Coglan
|
bdc081ab57
|
Adapt to the changes to the HTTPParser API introduced in iojs.
|
2015-02-02 21:06:51 +00:00 |
|
James Coglan
|
c986ad231c
|
Enable strict mode on all source files.
|
2014-11-23 20:09:26 +00:00 |
|
James Coglan
|
724a5f19a4
|
Flesh out the parameter validation for extensions, and provide better support for multiple values of extension params and HTTP headers.
|
2014-11-23 15:21:11 +00:00 |
|
James Coglan
|
eb2d329a16
|
Clean up some formatting typos.
|
2014-11-08 17:20:51 +00:00 |
|
James Coglan
|
cde48d625c
|
Move http_parser.js up into the lib/websocket directory.
|
2014-11-07 19:16:35 +00:00 |
|