Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2016-03-08 18:51:54 +0300
committerJames M Snell <jasnell@gmail.com>2016-03-09 01:11:12 +0300
commitcf0b3dc3f003013c943928131cef553a88f811a7 (patch)
tree5d9d990a134d789f6ff020d0307f5a1512b9600a /deps/http_parser/README.md
parent89d5379dac9498ac5d18cf8c138e9ecdb270f0ae (diff)
deps: sync deps/http_parser with nodejs/http_parser
The upstream and dep were slightly out of sync due to the way the recent security update had to be done. This brings the two back into sync. This update includes a couple of fixed tests and a performance related semver-patch update to the http method parsing. PR-URL: https://github.com/nodejs/node/pull/5600 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'deps/http_parser/README.md')
-rw-r--r--deps/http_parser/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/http_parser/README.md b/deps/http_parser/README.md
index abee9469338..eedd7f8c9a4 100644
--- a/deps/http_parser/README.md
+++ b/deps/http_parser/README.md
@@ -1,7 +1,7 @@
HTTP Parser
===========
-[![Build Status](https://travis-ci.org/joyent/http-parser.png?branch=master)](https://travis-ci.org/joyent/http-parser)
+[![Build Status](https://api.travis-ci.org/nodejs/http-parser.svg?branch=master)](https://travis-ci.org/nodejs/http-parser)
This is a parser for HTTP messages written in C. It parses both requests and
responses. The parser is designed to be used in performance HTTP