We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0ea85 commit 266e524Copy full SHA for 266e524
vendor/pool/main.js
@@ -60,7 +60,7 @@ Pool.prototype.request = function () {
60
if (args[2]) headers = args[2];
61
62
if (!headers) headers = {};
63
- if (!headers.Connection) headers.Connection = 'close';
+ if (!headers.Connection) headers.Connection = 'keep-alive';
64
65
self.getClient(function (client) {
66
var errorListener = function (error) {
0 commit comments