Upgrade http parser, change node as needed.
authorRyan Dahl <ry@tinyclouds.org>
Thu, 15 Oct 2009 17:18:18 +0000 (19:18 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 15 Oct 2009 17:18:18 +0000 (19:18 +0200)
commitb893859c34f05db5c45f416949ebc0eee665cca6
treead3737318766874da4132b6d04b81a9e6b67700c
parent3456a16f711cdcace89687ebab6416d77f9aff9a
Upgrade http parser, change node as needed.

The latest version of http-parser is a bit more stringent EOF semantics.
13 files changed:
deps/http_parser/LICENSE
deps/http_parser/Makefile
deps/http_parser/README.md
deps/http_parser/http_parser.c
deps/http_parser/http_parser.h
deps/http_parser/http_parser.rl
deps/http_parser/test.c
lib/http.js
src/http.cc
src/http.h
test/mjsunit/test-http-malformed-request.js
test/mjsunit/test-http-proxy.js
test/mjsunit/test-http-server.js