Skip to content

Commit bc982f6

Browse files
evanlucasMylesBorins
authored andcommitted
http: remove duplicate export
5425e0d switched to using the module.exports pattern vs just exports, but left a duplicate export around for OutgoingMessage. PR-URL: #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>
1 parent 9fcf4d0 commit bc982f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/_http_outgoing.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ OutgoingMessage.prototype._renderHeaders = function _renderHeaders() {
178178
};
179179

180180

181-
exports.OutgoingMessage = OutgoingMessage;
182-
183-
184181
OutgoingMessage.prototype.setTimeout = function setTimeout(msecs, callback) {
185182

186183
if (callback) {

0 commit comments

Comments
 (0)