Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rexagod committed May 23, 2020
1 parent eb1dffc commit b19e351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/_http_outgoing.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const {
hideStackFrames
} = require('internal/errors');
const { validateString } = require('internal/validators');
const { isUint8Array } = require('internal/util/types');

const HIGH_WATER_MARK = getDefaultHighWaterMark();
const { CRLF, debug } = common;
Expand Down
2 changes: 1 addition & 1 deletion test/parallel/test-http-outgoing-end-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const httpServer = http.createServer(common.mustCall(function(req, res) {

httpServer.listen(0, common.mustCall(function() {
http.get({ port: this.address().port });
}));
}));

0 comments on commit b19e351

Please sign in to comment.