Skip to content

Commit 8e1011f

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 <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]>
1 parent 3399e8a commit 8e1011f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/_http_outgoing.js

-3
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ OutgoingMessage.prototype._renderHeaders = function _renderHeaders() {
179179
};
180180

181181

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

187184
if (callback) {

0 commit comments

Comments
 (0)