diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-11-21 22:03:52 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-11-21 22:03:52 +0100 |
commit | 8be6a896543c708f08e8bdbe944323084c0e3b1a (patch) | |
tree | 218af7a2ce31d367ff047556b84ca17dfda8728f /deps/http_parser/README.md | |
parent | 528c449901a685e74f31eca9f35a84982eeae048 (diff) | |
download | node-new-8be6a896543c708f08e8bdbe944323084c0e3b1a.tar.gz |
Upgrade http_parser (fixes bug reported by Felix)
Diffstat (limited to 'deps/http_parser/README.md')
-rw-r--r-- | deps/http_parser/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/http_parser/README.md b/deps/http_parser/README.md index 8218f36ead..5710666c89 100644 --- a/deps/http_parser/README.md +++ b/deps/http_parser/README.md @@ -11,7 +11,7 @@ Features: * No dependencies * Parses both requests and responses. - * Handles perstent streams. + * Handles persistent streams. * Decodes chunked encoding. * Extracts the following data from a message * header fields and values |