Handle connectivity issues while reading the body (#1343)
This commit is contained in:
committed by
delvedor
parent
a4f66d7f4a
commit
cbfb9616a0
@ -109,7 +109,7 @@ class MockConnectionSniff extends Connection {
|
||||
'content-type': 'application/json;utf=8',
|
||||
date: new Date().toISOString(),
|
||||
connection: 'keep-alive',
|
||||
'content-length': '205'
|
||||
'content-length': '191'
|
||||
}
|
||||
process.nextTick(() => {
|
||||
if (!aborted) {
|
||||
|
||||
Reference in New Issue
Block a user