From 7719ce33db2a68f65f1bed58faece83a2342c7c3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 21 Nov 2009 16:27:02 +0100 Subject: New http-parser No longer based on Ragel, but hand-written. Had to add HTTPConnection.resetParser() because the parser is stricter and will error out when you try to give it a message after the previous had "Connection: close". The HTTP client was doing that. Thus we reset the parser manually after each new connection. --- LICENSE | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 203c7c9036..60540d7853 100644 --- a/LICENSE +++ b/LICENSE @@ -26,9 +26,7 @@ are: Michael Tokarev . Released under the GNU Lesser General Public License version 2.1. -Additionally deps/http_parser is based on Zed Shaw's Mongrel. Mongrel is -copyrighted by Zed Shaw and distributed under GPL2 or a permissive open -licence. See deps/http_parser/LICENCE for more information. +Other external libraries are my own and all use the same license as Node. Node's license follows: -- cgit v1.2.3