Do not shutdown QuicSimpleServer on some errors
We found an issue during interop with other R=renjietang@chromium.org our server by sending a packet that is larger than our receive buffer. That was because we were incorrectly shutting down the server on any read failure. The fix is to whitelist errors that we know do not cause the socket to become unusable. implementations: anyone can cause us to shutdown Change-Id: I32a20109aa345654ae225f64170f97274c9c36a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233823 Auto-Submit: David Schinazi <dschinazi@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Reviewed-by:Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#775834}
Showing
Please register or sign in to comment