• Tim Hockin's avatar
    Fully close sockets in kube-proxy · ad077094
    Tim Hockin authored
    We were trying to be clever and respect TCP's notion of half-open sockets, but
    it causes leaks when we can't unblock io.Copy().  This fixes those leaks and
    seems to follow most expectations.  I think we were just be too clever.
    ad077094
Name
Last commit
Last update
..
loadbalancer.go Loading commit data...
port_allocator.go Loading commit data...
port_allocator_test.go Loading commit data...
proxier.go Loading commit data...
proxier_test.go Loading commit data...
proxysocket.go Loading commit data...
rlimit.go Loading commit data...
rlimit_windows.go Loading commit data...
roundrobin.go Loading commit data...
roundrobin_test.go Loading commit data...
udp_server.go Loading commit data...