mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Don't free http parser for the client!
Fixes test-http-client-race.js, test-http.js
This commit is contained in:
@@ -574,7 +574,6 @@ function Client ( ) {
|
||||
|
||||
self.addListener("end", function () {
|
||||
parser.finish();
|
||||
freeParser(parser);
|
||||
|
||||
debug("self got end closing. readyState = " + self.readyState);
|
||||
self.close();
|
||||
|
||||
Reference in New Issue
Block a user