From b19e3515c47283b4d846280c1b94c2e17f5a84bd Mon Sep 17 00:00:00 2001 From: Pranshu Srivastava Date: Mon, 11 May 2020 00:06:48 +0530 Subject: [PATCH] rebase --- lib/_http_outgoing.js | 1 - test/parallel/test-http-outgoing-end-types.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/_http_outgoing.js b/lib/_http_outgoing.js index bfe329425372c7..f0f73ae999dc80 100644 --- a/lib/_http_outgoing.js +++ b/lib/_http_outgoing.js @@ -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; diff --git a/test/parallel/test-http-outgoing-end-types.js b/test/parallel/test-http-outgoing-end-types.js index e9b1b0eea21f9d..20b443bff2c1f5 100644 --- a/test/parallel/test-http-outgoing-end-types.js +++ b/test/parallel/test-http-outgoing-end-types.js @@ -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 }); -})); \ No newline at end of file +}));