mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
test-http-get-pipeline-problem.js passes on windows (#19980)
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
// after http.globalAgent.maxSockets number of files.
|
||||
// See https://groups.google.com/forum/#!topic/nodejs-dev/V5fB69hFa9o
|
||||
const common = require('../common');
|
||||
if (common.isWindows) return; // TODO: BUN
|
||||
const fixtures = require('../common/fixtures');
|
||||
const assert = require('assert');
|
||||
const http = require('http');
|
||||
|
||||
Reference in New Issue
Block a user