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.
1 parent e09a140 commit b6ef353Copy full SHA for b6ef353
lib/test/setup.js
@@ -6,7 +6,7 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0;
6
// Global test configuration for undici code path
7
// When FORCE_UNDICI_PATH=true, all proxy servers will use undici by default
8
// if (process.env.FORCE_FETCH_PATH
9
- === "true") {
+// === "true") {
10
// const { Agent, setGlobalDispatcher } = await import("undici");
11
// // Enable HTTP/2 for all fetch operations
12
// setGlobalDispatcher(new Agent({ allowH2: true }));
0 commit comments