1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-12-10 11:10:27 +02:00
oauth2-proxy/pkg/http
Josef Johansson 8f7209ba1a pkg/http: Fix leaking goroutines in tests
By using the context created by the test, the goroutines produced in
http.Client is actually closed when cancelled and such, not leaked.

Signed-off-by: Josef Johansson <josef86@gmail.com>
2024-03-26 12:31:26 +01:00
..
http_suite_test.go pkg/http: Fix leaking goroutines in tests 2024-03-26 12:31:26 +01:00
server_group_test.go Add server group implementation for running multiple servers at once 2021-03-07 11:49:10 +00:00
server_group.go Add server group implementation for running multiple servers at once 2021-03-07 11:49:10 +00:00
server_test.go pkg/http: Fix leaking goroutines in tests 2024-03-26 12:31:26 +01:00
server.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00