We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e7ef3 commit 5e3213aCopy full SHA for 5e3213a
1 file changed
freighter/go/http/http_suite_test.go
@@ -25,9 +25,6 @@ func TestHTTP(t *testing.T) {
25
RunSpecs(t, "HTTP Suite")
26
}
27
28
-// pollHealth issues a GET to url and closes the response body, returning any error. The
29
-// Eventually health-check loops use it so their polling connections are released rather
30
-// than left pinned in net/http's idle pool.
31
func pollHealth(url string) error {
32
res, err := http.Get(url)
33
if err != nil {
0 commit comments