deps: roll back http_parser to 2.3.0
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 27 Jan 2015 21:54:05 +0000 (22:54 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 28 Jan 2015 15:56:44 +0000 (16:56 +0100)
commit660509694cfd4de59df0548eabbe18c97d75c63a
tree01cedf84a24d7d1af93391eb12b627857e2a31be
parent90ddb46d522c37d2bc2eb68a6e0c9d52f9fbba42
deps: roll back http_parser to 2.3.0

Commit 598efcbe ("deps: update http_parser to 2.4.1") introduced a
regression in HTTP Upgrade header handling.

Fixes: https://github.com/iojs/io.js/issues/627
PR-URL: https://github.com/iojs/io.js/pull/628
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
12 files changed:
deps/http_parser/.gitignore
deps/http_parser/.mailmap
deps/http_parser/.travis.yml
deps/http_parser/AUTHORS
deps/http_parser/CONTRIBUTIONS [new file with mode: 0644]
deps/http_parser/Makefile
deps/http_parser/README.md
deps/http_parser/bench.c [deleted file]
deps/http_parser/contrib/parsertrace.c
deps/http_parser/http_parser.c
deps/http_parser/http_parser.h
deps/http_parser/test.c