mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
- Previously all tests were sharing the global http.Transport meaning on `Close` it would close connections presumed to be idle for other tests. fixes https://github.com/coder/internal/issues/112