Fix http and net tests failing due to race condition
authorBert Belder <bertbelder@gmail.com>
Wed, 11 Aug 2010 23:38:42 +0000 (01:38 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 12 Aug 2010 00:27:44 +0000 (17:27 -0700)
commit7059be19ecc90c0ad2d68b60672e84169b6990a2
treec110a605f5df15e007aff22603545de379922c0e
parent1c9a85b9a650d9566de699332e70b4c73c90e816
Fix http and net tests failing due to race condition

Plus some minor cosmetic corrections
15 files changed:
test/simple/test-http-1.0.js
test/simple/test-http-chunked.js
test/simple/test-http-client-race-2.js
test/simple/test-http-client-race.js
test/simple/test-http-client-upload.js
test/simple/test-http-head-response-has-no-body.js
test/simple/test-http-malformed-request.js
test/simple/test-http-proxy.js
test/simple/test-http-server.js
test/simple/test-http-tls.js
test/simple/test-http-wget.js
test/simple/test-http.js
test/simple/test-net-binary.js
test/simple/test-net-keepalive.js
test/simple/test-net-tls.js