We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32aaf74 commit 7b0ea85Copy full SHA for 7b0ea85
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 = 'keep-alive';
+ if (!headers.Connection) headers.Connection = 'close';
64
65
self.getClient(function (client) {
66
var errorListener = function (error) {
0 commit comments