Fix a bug in http.Client where parsers may be prematurely released back to the free...
authorThomas Lee <thomas.lee@shinetech.com>
Wed, 5 May 2010 08:55:04 +0000 (18:55 +1000)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 6 May 2010 07:44:07 +0000 (00:44 -0700)
commit3674563dd5ec2c9ba301dfee6b046f3e3966c3dd
tree00c1c8966b81cedf8102f0bfd3a3c03b2062e9eb
parent82c8973dfa5dc39a6164a6fdad4c20661d0b1215
Fix a bug in http.Client where parsers may be prematurely released back to the free pool.
lib/http.js
test/simple/test-http-client-race-2.js [new file with mode: 0644]