mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
7719ce33db
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. |
||
---|---|---|
.. | ||
dns.js | ||
file.js | ||
http.js | ||
mjsunit.js | ||
multipart.js | ||
posix.js | ||
repl.js | ||
sys.js | ||
tcp.js | ||
utils.js |