mirror of https://github.com/grpc/grpc.git
Remove TCP transmit zerocopy shutdown when removing TCP endpoint from pollset. (#25782)
Previously, we disabled TCP transmit zerocopy and waited for all pending completions when removing a TCP endpoint from a pollset. However, certain transports may do this and then re-add the endpoint to a pollset, in which case zerocopy is no longer active. Instead, here we only shutdown zerocopy if the socket is being torn down.reviewable/pr25653/r3
parent
afd2b354f2
commit
ccbb2dd207
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue