summaryrefslogtreecommitdiff
path: root/lib/_http_outgoing.js
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2018-01-04 13:05:47 -0600
committerEvan Lucas <evanlucas@me.com>2018-01-04 18:22:59 -0600
commit189d29f39e6de9ccf10682bfd1341819b4a2291f (patch)
tree9478a4be43fb4d90bf7b457216a5cdaefbebf2b9 /lib/_http_outgoing.js
parentc043b82655546e959754c89cda8d7029a051a8a3 (diff)
downloadandroid-node-v8-189d29f39e6de9ccf10682bfd1341819b4a2291f.tar.gz
android-node-v8-189d29f39e6de9ccf10682bfd1341819b4a2291f.tar.bz2
android-node-v8-189d29f39e6de9ccf10682bfd1341819b4a2291f.zip
http: remove duplicate export
5425e0dcbee1ed8f6687203eafb7c3cf214f3393 switched to using the module.exports pattern vs just exports, but left a duplicate export around for OutgoingMessage. PR-URL: https://github.com/nodejs/node/pull/17982 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Diffstat (limited to 'lib/_http_outgoing.js')
-rw-r--r--lib/_http_outgoing.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/_http_outgoing.js b/lib/_http_outgoing.js
index 324373f385..79d38db291 100644
--- a/lib/_http_outgoing.js
+++ b/lib/_http_outgoing.js
@@ -179,9 +179,6 @@ OutgoingMessage.prototype._renderHeaders = function _renderHeaders() {
};
-exports.OutgoingMessage = OutgoingMessage;
-
-
OutgoingMessage.prototype.setTimeout = function setTimeout(msecs, callback) {
if (callback) {