Make QUIC fail streams with ERR_FAILED in CloseStaleHostConnection().
It doesn't look like this should actually fail live streams (or if it does, there's no test for it), but it has been failing streams with ERR_ABORTED, which is a special error code that should only be used when the next layer up fails requests, as it has special treatment by some consumers. Bug: 941651 Change-Id: I3c49fe3d7961c6bd857a828bc335ea1d21f0557d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232998 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#776728}
Showing
Please register or sign in to comment