diff --git a/plugins/emailstore.js b/plugins/emailstore.js index 154ee3a..44a7f70 100644 --- a/plugins/emailstore.js +++ b/plugins/emailstore.js @@ -372,7 +372,8 @@ queryData = ''; response.writeHead(413, { 'Content-Type': 'text/plain' - }).end(); + }); + response.end(); request.connection.destroy(); } }).on('end', function() {