node/lib
Ryan Dahl 741e3fa91b HTTP works somewhat on net2 now
However it's not working very well: Hitting a 'hello world' server with many
requests (ab -t 60 -c 10) will cause it to crash with the following error.

  Obtained 3 stack frames.

  ./node(_Z11print_tracev+0x1c) [0x80d1b3c]
  ./node(_ZN4node6Parser7ExecuteERKN2v89ArgumentsE+0x69) [0x80d3759]
  ./node [0x811f44b]
  TypeError: Already parsing a buffer
      at Socket.<anonymous> (/home/ryan/projects/node/lib/http2.js:393:20)
      at IOWatcher.callback (/home/ryan/projects/node/lib/net.js:81:12)
      at node.js:985:9
      at node.js:989:1
2010-01-25 17:55:08 -08:00
..
assert.js Stack trace for asserts shouldn't include assert module 2009-12-29 20:15:05 +01:00
dns.js API: Move Promise and EventEmitter into 'events' module 2010-01-15 12:46:08 -08:00
file.js API: Move Promise and EventEmitter into 'events' module 2010-01-15 12:46:08 -08:00
http.js set default encoding in sendBody 2010-01-19 12:43:19 -08:00
mjsunit.js Move mjsunit.js to system module directory. 2009-09-20 18:19:33 +02:00
multipart.js Add process.nextTick() 2010-01-18 10:32:36 -08:00
net.js HTTP works somewhat on net2 now 2010-01-25 17:55:08 -08:00
querystring.js Add URL and QueryString modules, and tests for each. 2010-01-04 21:03:54 -08:00
repl.js Providing the option for a repl-printer other than sys.p 2010-01-05 00:14:03 -08:00
sys.js API: Move Promise and EventEmitter into 'events' module 2010-01-15 12:46:08 -08:00
tcp.js Initial TLS support 2009-11-22 04:03:53 +01:00
uri.js Use "url" module instead of "uri" module in http.js. 2010-01-04 21:22:46 -08:00
url.js Fix bug in the url module's url_parse method if 'parseQueryString' is true 2010-01-06 02:12:11 -08:00
utils.js utils.js links to sys.js instead of other way around 2009-10-13 19:55:28 +02:00