mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user