Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rebase
  • Loading branch information
rexagod committed May 23, 2020
commit b19e3515c47283b4d846280c1b94c2e17f5a84bd
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 });
}));
}));