aboutsummaryrefslogtreecommitdiff
path: root/lib/_http_outgoing.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_http_outgoing.js')
-rw-r--r--lib/_http_outgoing.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/_http_outgoing.js b/lib/_http_outgoing.js
index 9726ca9e9c..6ebf716fab 100644
--- a/lib/_http_outgoing.js
+++ b/lib/_http_outgoing.js
@@ -62,7 +62,6 @@ function OutgoingMessage() {
this._trailer = '';
this.finished = false;
- this._hangupClose = false;
this._headerSent = false;
this.socket = null;