diff --git a/lib/_http_outgoing.js b/lib/_http_outgoing.js index 9477a9b7f70b6e..cdd8fff0561794 100644 --- a/lib/_http_outgoing.js +++ b/lib/_http_outgoing.js @@ -285,7 +285,7 @@ function _writeRaw(data, encoding, callback) { encoding = null; } - if (conn && conn._httpMessage === this && conn.writable && !conn.destroyed) { + if (conn && conn._httpMessage === this && conn.writable) { // There might be pending data in the this.output buffer. if (this.outputData.length) { this._flushOutput(conn);