deps: update http_parser to 2.2
authorFedor Indutny <fedor.indutny@gmail.com>
Fri, 20 Dec 2013 13:33:29 +0000 (17:33 +0400)
committerFedor Indutny <fedor.indutny@gmail.com>
Fri, 20 Dec 2013 13:33:29 +0000 (17:33 +0400)
commita35a2f0192f78c762ed1009025e673cf09862d4d
tree23d1d23eff9bbc2d0737f8ca70923ca8be936b23
parenta15c44b1756f05c4445151268378ea990a1f5dad
deps: update http_parser to 2.2

Main changes:

* Added support for http statusMessage
12 files changed:
deps/http_parser/.gitignore
deps/http_parser/.mailmap
deps/http_parser/.travis.yml [new file with mode: 0644]
deps/http_parser/AUTHORS
deps/http_parser/Makefile
deps/http_parser/README.md
deps/http_parser/contrib/parsertrace.c [new file with mode: 0644]
deps/http_parser/contrib/url_parser.c [moved from deps/http_parser/url_parser.c with 100% similarity]
deps/http_parser/http_parser.c
deps/http_parser/http_parser.gyp
deps/http_parser/http_parser.h
deps/http_parser/test.c