Skip to content

Commit 266e524

Browse files
committed
[debug] Roll back last commit ... connection = close was ineffective
1 parent 7b0ea85 commit 266e524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/pool/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Pool.prototype.request = function () {
6060
if (args[2]) headers = args[2];
6161

6262
if (!headers) headers = {};
63-
if (!headers.Connection) headers.Connection = 'close';
63+
if (!headers.Connection) headers.Connection = 'keep-alive';
6464

6565
self.getClient(function (client) {
6666
var errorListener = function (error) {

0 commit comments

Comments
 (0)