commit | e97c885e9d2f810d8282842bcba3be133d0dfc43 | [log] [tgz] |
---|---|---|
author | Nidhi Jaju <nidhijaju@chromium.org> | Fri May 26 11:42:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 26 11:42:13 2023 |
tree | 7e945f59569b2f3ad3e1a2a2246dd1e2dbd2d7b0 | |
parent | 7c0aec0b6308c65f7b1120f62d7c07cbc2455591 [diff] |
Notify QuicPacketWriter that socket has closed Previously, when the socket returns ENOBUFS (i.e. socket does not have enough buffer space), we retry writing the packet to the socket asynchronously. However, before we actually write, the socket can become closed due to an network idle timeout. To fix the issue of writing to an invalidated socket, we need to notify the writer's socket that it has been closed, when the connection is closed and all the sockets are closed. Bug: 1383390 Change-Id: I8b6aa598465c4001cccb22515e2fd44b94fc307d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4570128 Commit-Queue: Nidhi Jaju <nidhijaju@chromium.org> Reviewed-by: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/main@{#1149662}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.