deps: update http-parser to version 2.5.1
authorJames M Snell <jasnell@gmail.com>
Thu, 4 Feb 2016 03:22:12 +0000 (19:22 -0800)
committerJames M Snell <jasnell@gmail.com>
Tue, 9 Feb 2016 16:42:15 +0000 (08:42 -0800)
commit0eae95eae322ba06aaec77227a02927ba3a90ea9
tree0f4beb108753e64fda12d9ef8c5e7ef58355183a
parentda3750f981fc889f5785d8185d7ac1e8a55a32c2
deps: update http-parser to version 2.5.1

includes parsing improvements to ensure closer HTTP spec conformance

PR-URL: https://github.com/nodejs/node-private/pull/20
14 files changed:
deps/http_parser/Makefile
deps/http_parser/http_parser.c
deps/http_parser/http_parser.h
deps/http_parser/test.c
src/node_http_parser.cc
src/node_revert.h
test/parallel/test-http-client-reject-chunked-with-content-length.js [new file with mode: 0644]
test/parallel/test-http-client-reject-cr-no-lf.js [new file with mode: 0644]
test/parallel/test-http-double-content-length.js [new file with mode: 0644]
test/parallel/test-http-header-response-splitting.js
test/parallel/test-http-response-multi-content-length.js [new file with mode: 0644]
test/parallel/test-http-server-multiheaders2.js
test/parallel/test-http-server-reject-chunked-with-content-length.js [new file with mode: 0644]
test/parallel/test-http-server-reject-cr-no-lf.js [new file with mode: 0644]