Revert "Upgrade http parser, change node as needed."
authorRyan Dahl <ry@tinyclouds.org>
Fri, 6 Nov 2009 11:44:20 +0000 (12:44 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 6 Nov 2009 11:44:20 +0000 (12:44 +0100)
commit51c1526b6a00bd456d718041c6445527c89359f1
tree0d5442ad8e8ea7b2261638b8df801ddc74c6da5e
parent8ad47c8de7609f6b8f729f1b212271a39fdd03f9
Revert "Upgrade http parser, change node as needed."

Something is broken in how keep-alive is working. Reverting until I can fix
it.

This reverts commit b893859c34f05db5c45f416949ebc0eee665cca6.
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/node_http.cc
src/node_http.h
test/mjsunit/test-http-malformed-request.js
test/mjsunit/test-http-proxy.js
test/mjsunit/test-http-server.js