Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
http: remove unused require in a test file
  • Loading branch information
martinslota committed Feb 9, 2026
commit 52c38511c4f422e8afa17a83e285f5f66b9bedfe
1 change: 0 additions & 1 deletion test/parallel/test-http-expect-continue-reuse-race.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
const common = require('../common');
const assert = require('assert');
const http = require('http');
const net = require('net');

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