Skip to content

Commit 52c3851

Browse files
committed
http: remove unused require in a test file
1 parent 620d56c commit 52c3851

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-http-expect-continue-reuse-race.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
const common = require('../common');
2424
const assert = require('assert');
2525
const http = require('http');
26-
const net = require('net');
2726

2827
const REQUEST_COUNT = 100;
2928
const agent = new http.Agent({ keepAlive: true, maxSockets: 1 });

0 commit comments

Comments
 (0)