8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There was an error while loading. Please 8000 reload this page.
1 parent 75c5d9c commit 5a29a94Copy full SHA for 5a29a94
lib/_http_agent.js
@@ -24,7 +24,7 @@
24
const net = require('net');
25
const util = require('util');
26
const EventEmitter = require('events');
27
-const debug = util.debuglog('http');
+const debug = require('internal/util/debuglog').debuglog('http');
28
const { async_id_symbol } = require('internal/async_hooks').symbols;
29
30
// New Agent code.
lib/_http_common.js
@@ -36,7 +36,7 @@ const {
36
readStop
37
} = incoming;
38
39
-const debug = require('util').debuglog('http');
40
41
const kIncomingMessage = Symbol('IncomingMessage');
42
const kOnHeaders = HTTPParser.kOnHeaders | 0;
0 commit comments