小调整。

pull/354/head
王良 2024-09-12 11:46:50 +08:00
parent 497c199084
commit f8e1285e59
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ util.getOptionsFromRequest = (req, ssl, externalProxy = null, serverSetting) =>
// keepAlive
if (headers.connection !== 'close') {
const timeoutConfig = getTimeoutConfig(hostname, serverSetting)
// log.info(`get timeoutConfig: hostname: ${hostname}, timeoutConfig:`, timeoutConfig)
// log.info(`get timeoutConfig '${hostname}':`, timeoutConfig)
agent = createAgent(protocol, timeoutConfig)
headers.connection = 'keep-alive'
} else {