• Michael Taufen's avatar
    Stop fd leak in e2e_service.go · 9fdb3f29
    Michael Taufen authored
    Previously this code used http.Get and failed to read/close resp.Body, which
    prevented network connection reuse, leaking fds. Now we use http.Head
    instead, because its response always has a nil Body, so we don't have to
    worry about read/close.
    9fdb3f29
Name
Last commit
Last update
..
component/scheduler/perf Loading commit data...
e2e Loading commit data...
e2e_node Loading commit data...
fixtures/pkg/kubectl/cmd Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
soak Loading commit data...
utils Loading commit data...
.gitattributes Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...