Don't free http parser for the client!

Fixes test-http-client-race.js, test-http.js
This commit is contained in:
Ryan Dahl 2010-03-23 21:41:17 -07:00
parent 5c6f063ef2
commit 6f21ac1282

View File

@ -574,7 +574,6 @@ function Client ( ) {
self.addListener("end", function () {
parser.finish();
freeParser(parser);
debug("self got end closing. readyState = " + self.readyState);
self.close();