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