deno/cli/ops
Luca Casonato c68650d532
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.
2023-09-26 19:46:06 +09:00
..
bench.rs refactor: rewrite ops using i64/usize to op2 (#20647) 2023-09-23 14:04:47 +02:00
mod.rs refactor: rewrite cli/ ops to op2 (#20462) 2023-09-12 13:14:45 +02:00
testing.rs fix(cli/test): clear connection pool after tests (#20680) 2023-09-26 19:46:06 +09:00