[debug] Trying to repair pool busy client growth

This commit is contained in:
indexzero 2010-09-22 02:08:31 -04:00
parent 32aaf74e95
commit 7b0ea85e2a

2
vendor/pool/main.js vendored
View File

@ -60,7 +60,7 @@ Pool.prototype.request = function () {
if (args[2]) headers = args[2];
if (!headers) headers = {};
if (!headers.Connection) headers.Connection = 'keep-alive';
if (!headers.Connection) headers.Connection = 'close';
self.getClient(function (client) {
var errorListener = function (error) {