小调整。
parent
aa04f998ca
commit
986fead402
|
@ -67,11 +67,11 @@ module.exports = {
|
|||
'*.kkgithub.com': true,
|
||||
'*.ghproxy.*': true,
|
||||
|
||||
// Github ssh
|
||||
"ssh.github.com": true,
|
||||
// Github ssh
|
||||
'ssh.github.com': true,
|
||||
|
||||
// DeepL
|
||||
'www.deepl.com': true,
|
||||
// DeepL
|
||||
'www.deepl.com': true,
|
||||
|
||||
// CSDN
|
||||
'*.csdn.net': true,
|
||||
|
|
|
@ -215,7 +215,7 @@ module.exports = function createRequestHandler (createIntercepts, middlewares, e
|
|||
(async () => {
|
||||
await requestInterceptorPromise()
|
||||
|
||||
if (res.writableEnded || res.waitingToWrite) {
|
||||
if (res.writableEnded) {
|
||||
// log.info('res is writableEnded, return false')
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue