summaryrefslogtreecommitdiff
path: root/deps/http_parser/README.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-12-06 23:58:16 +0100
committerRyan Dahl <ry@tinyclouds.org>2009-12-06 23:58:16 +0100
commitc3e0a4bc7c89e6eace8d4652092b0a37dac65d8b (patch)
tree09fcef81748ecb3a2094ae2a4f8d97ae9e00e596 /deps/http_parser/README.md
parent876b6d21832ece6c51021fe0acc1d31c2ad4e32a (diff)
downloadnode-new-c3e0a4bc7c89e6eace8d4652092b0a37dac65d8b.tar.gz
Upgrade http-parser; supports webdav extension methods now
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 5710666c89..bca5aeaa43 100644
--- a/deps/http_parser/README.md
+++ b/deps/http_parser/README.md
@@ -4,7 +4,7 @@ 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
applications. It does not make any allocations, it does not buffer data, and
-it can be interrupted at anytime. It only requires about 128 bytes of data
+it can be interrupted at anytime. It only requires about 136 bytes of data
per message stream (in a web server that is per connection).
Features: