Fix a bug in HTTP server when receiving half-closes.
authorRyan <ry@tinyclouds.org>
Tue, 19 May 2009 18:24:37 +0000 (20:24 +0200)
committerRyan <ry@tinyclouds.org>
Tue, 19 May 2009 18:24:37 +0000 (20:24 +0200)
commit6a172d71199524af0fc3e5b75729b855502e25c9
tree510041cf06e1352bd169df8ec337ee76e02f9a88
parenta5d50563273943a0747ec376f4ef2e7fe197a851
Fix a bug in HTTP server when receiving half-closes.
src/http.js
src/net.cc
test/test-http.js
test/test-pingpong.js
test_client.js