node/test
Mikeal Rogers cc1d61cbb3 HTTP: close connection on connection:close header.
rnewson found a good bug in keep-alive. we were only using the request
headers we send to enable/disable keep-alive but when the server sends
Connection: close we need to close down the connection regardless.

I wrote up a patch the Robert verified makes all his test client code work
now and I also added a new unittest for it.
2010-09-22 10:17:07 -07:00
..
disabled Catch Exceptions thrown when openssl is disabled 2010-09-13 12:04:31 -07:00
fixtures Don't try to run extension loaders unless they're actually functions 2010-09-22 10:13:25 -07:00
internet Split tests. 2010-02-25 11:41:11 -08:00
message Fix test/message/undefined_reference_in_new_context 2010-09-20 10:03:50 -07:00
pummel Make sure setInterval(cb, 0) loops infinitely 2010-08-31 16:45:17 -07:00
simple HTTP: close connection on connection:close header. 2010-09-22 10:17:07 -07:00
common.js Better temporary directory handling for tests. 2010-09-09 16:43:18 -07:00