mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
c68650d532
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. |
||
---|---|---|
.. | ||
bench.rs | ||
mod.rs | ||
testing.rs |