Recycle http client parsers

This commit is contained in:
Ryan Dahl 2010-04-12 16:34:39 -07:00
parent 1efd261572
commit b7947e45c0

View File

@ -616,6 +616,8 @@ function Client ( ) {
// If there are more requests to handle, reconnect.
if (requests.length > 0) {
self._reconnect();
} else {
freeParser(parser);
}
});