summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.deno.ns.d.ts
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2023-09-26 19:46:06 +0900
committerGitHub <noreply@github.com>2023-09-26 19:46:06 +0900
commitc68650d53244ab5cc3cda232085a63cbb497f83b (patch)
tree5e537af29d8df0ac1a4b07e7fdf7fc5f524fd232 /cli/tsc/dts/lib.deno.ns.d.ts
parent6f87962a77f3dd409c71ff490fd5f36023b7b700 (diff)
fix(cli/test): clear connection pool after tests (#20680)
This helps reduce flakes where a test starts an HTTP server and makes a request using fetch, then shuts down the server, then starting a new test with a new server, but the connection pool still has a "not quite closed yet" connection to the old server, and a new request to the new server gets sent on the closed connection, which obviously errors out.
Diffstat (limited to 'cli/tsc/dts/lib.deno.ns.d.ts')
0 files changed, 0 insertions, 0 deletions