| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ await checkProxiedFetch({ | |||
| 25 | 25 | shutdown(); | |
| 26 | 26 | proxy2.close(); | |
| 27 | 27 | ||
| 28 | - // Verify request did NOT go through original proxy, but the overriden one. | ||
| 28 | + // Verify request did NOT go through original proxy, but the overridden one. | ||
| 29 | 29 | assert.deepStrictEqual(proxyLogs, []); | |
| 30 | 30 | ||
| 31 | 31 | // FIXME(undici:4083): undici currently always tunnels the request over | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ await checkProxiedRequest({ | |||
| 25 | 25 | shutdown(); | |
| 26 | 26 | proxy2.close(); | |
| 27 | 27 | ||
| 28 | - // Verify request did NOT go through original proxy, but the overriden one. | ||
| 28 | + // Verify request did NOT go through original proxy, but the overridden one. | ||
| 29 | 29 | assert.deepStrictEqual(proxyLogs, []); | |
| 30 | 30 | ||
| 31 | 31 | const expectedLogs = [{ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments