deps: update http_parser to 2.5.0
authorFedor Indutny <fedor@indutny.com>
Fri, 24 Apr 2015 13:47:40 +0000 (15:47 +0200)
committerFedor Indutny <fedor@indutny.com>
Fri, 24 Apr 2015 21:19:28 +0000 (23:19 +0200)
commitb3a7da10919445c40f1f36868e529bd2f6ea7269
treee0c0fb3a40d69d6e325d442ff3684a0d01cad973
parent5404cbc74533e2d52861221201b166e7c9c015ec
deps: update http_parser to 2.5.0

PR-URL: https://github.com/iojs/io.js/pull/1517
Reviewed-By: Brian White <mscdex@mscdex.net>
14 files changed:
deps/http_parser/.gitignore
deps/http_parser/.mailmap
deps/http_parser/.travis.yml
deps/http_parser/AUTHORS
deps/http_parser/CONTRIBUTIONS [deleted file]
deps/http_parser/Makefile
deps/http_parser/README.md
deps/http_parser/bench.c [new file with mode: 0644]
deps/http_parser/contrib/parsertrace.c
deps/http_parser/contrib/url_parser.c
deps/http_parser/http_parser.c
deps/http_parser/http_parser.h
deps/http_parser/test.c
test/parallel/test-http-upgrade-yes-please.js [deleted file]