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