Add the http2 GOAWAY error to IsProbableEOF for ignoring in watch
http2 is allowed to tell us to go away, and for watch it is safe
to exit and restart in almost all cases where a connection is
forcibly closed by the upstream. This error message happens a lot
behind ELB and other http2 aware proxies.
Treat the error as "basically done" as suggested by
https://github.com/golang/go/issues/18639#issuecomment-285515534
Showing
Please
register
or
sign in
to comment