Skip to content

Commit 5e3213a

Browse files
committed
remove useless comment
1 parent 99e7ef3 commit 5e3213a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

freighter/go/http/http_suite_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ func TestHTTP(t *testing.T) {
2525
RunSpecs(t, "HTTP Suite")
2626
}
2727

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.
3128
func pollHealth(url string) error {
3229
res, err := http.Get(url)
3330
if err != nil {

0 commit comments

Comments
 (0)