Files
node-v0.x-archive/lib
Ryan Dahl 7719ce33db 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.
2009-11-21 16:27:02 +01:00
..
2009-10-31 12:19:23 +01:00
2009-11-21 16:27:02 +01:00
2009-11-16 12:40:58 +01:00