Skip to content

Commit

Permalink
Fixes: #26546 on lib/_http_agent.js#L25
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Mar 10, 2019
1 parent 9613221 commit 39af699
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/_http_agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
'use strict';

const net = require('net');
const util = require('util');
const EventEmitter = require('events');
const debug = util.debuglog('http');
const debug = require('internal/util/debuglog').debuglog('http');
const { async_id_symbol } = require('internal/async_hooks').symbols;

// New Agent code.
Expand Down

0 comments on commit 39af699

Please sign in to comment.