Skip to content

Commit b19e351

Browse files
committed
rebase
1 parent eb1dffc commit b19e351

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/_http_outgoing.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ const {
6363
hideStackFrames
6464
} = require('internal/errors');
6565
const { validateString } = require('internal/validators');
66-
const { isUint8Array } = require('internal/util/types');
6766

6867
const HIGH_WATER_MARK = getDefaultHighWaterMark();
6968
const { CRLF, debug } = common;

test/parallel/test-http-outgoing-end-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ const httpServer = http.createServer(common.mustCall(function(req, res) {
1515

1616
httpServer.listen(0, common.mustCall(function() {
1717
http.get({ port: this.address().port });
18-
}));
18+
}));

0 commit comments

Comments
 (0)