fix issue with unchainable call
This commit is contained in:
parent
446ec49590
commit
fd9435b651
@ -372,7 +372,8 @@
|
|||||||
queryData = '';
|
queryData = '';
|
||||||
response.writeHead(413, {
|
response.writeHead(413, {
|
||||||
'Content-Type': 'text/plain'
|
'Content-Type': 'text/plain'
|
||||||
}).end();
|
});
|
||||||
|
response.end();
|
||||||
request.connection.destroy();
|
request.connection.destroy();
|
||||||
}
|
}
|
||||||
}).on('end', function() {
|
}).on('end', function() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user