• Clayton Coleman's avatar
    When connections are broken on Watch, write fewer errors to logs · b2434de7
    Clayton Coleman authored
    Watch depends on long running connections, which intervening proxies
    may break without the control of the remote server. Specific errors
    handled are io.EOF, io.EOF wrapped by *url.Error, http connection
    reset errors (caused by race conditions in golang http code), and
    connection reset by peer (simply tolerated).
    b2434de7
Name
Last commit
Last update
..
doc.go Loading commit data...
fifo.go Loading commit data...
fifo_test.go Loading commit data...
poller.go Loading commit data...
poller_test.go Loading commit data...
reflector.go Loading commit data...
reflector_test.go Loading commit data...
store.go Loading commit data...
store_test.go Loading commit data...