Merge pull request #259 from eordano/fix/head

fix issue with unchainable call
This commit is contained in:
Matias Alejo Garcia 2014-11-20 16:09:29 -03:00
commit 307b6d2de3
1 changed files with 2 additions and 1 deletions

View File

@ -360,7 +360,8 @@
queryData = '';
response.writeHead(413, {
'Content-Type': 'text/plain'
}).end();
});
response.end();
request.connection.destroy();
}
}).on('end', function() {