Closed dmcgowan closed 1 year ago
The ttrpc server somtimes receives ECONNRESET rather than EOF when the client is exited. Such as reading from a closed connection. Handle it properly to avoid goroutine and connection leak.
ECONNRESET
EOF
Backport of #136 Fix for branch used by containerd 1.6
The ttrpc server somtimes receives
ECONNRESET
rather thanEOF
when the client is exited. Such as reading from a closed connection. Handle it properly to avoid goroutine and connection leak.Backport of #136 Fix for branch used by containerd 1.6