This commit is contained in:
Marko Vejnovic
2025-12-01 17:43:42 -08:00
parent a085373976
commit 2e73dab7ad

View File

@@ -268,7 +268,7 @@ function ClientRequest(input, options, cb) {
const method = this[kMethod];
let keepalive = true;
const agentKeepalive = this[kAgent]?.keepalive;
const agentKeepalive = this[kAgent]?.keepAlive;
if (agentKeepalive !== undefined) {
keepalive = agentKeepalive;
}