Files
kubernetes/test
Michael Taufen 9fdb3f291a Stop fd leak in e2e_service.go
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.
2016-08-24 09:15:25 -07:00
..
2016-08-24 09:15:25 -07:00
2016-08-22 15:38:02 +02:00
2016-03-02 20:46:32 -05:00
2016-08-19 18:43:40 -07:00