commit | d5cefb83bd5f55577d1a2d816ac2405d57871f83 | [log] [tgz] |
---|---|---|
author | Yutaka Hirano <yhirano@chromium.org> | Mon Oct 04 11:21:30 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 04 11:21:30 2021 |
tree | da1dd1f183b7239e3820afe8dbd84e10d11ec0da | |
parent | 6a11582ef0fd876ebfd05f234738831332f58047 [diff] |
[WebTransport] Deal with end-of-stream signals from network This CL implements handling of three network signals: - STOP_SENDING signal on outgoing streams - RESET_STREAM signal on incoming streams - ACK signal for the FIN signal for outgoing streams Bug: 1011392, 1242900, 1250680 Change-Id: Ia15336095b8a5427922700fd7dd6f7e75f378dc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3192878 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Adam Rice <ricea@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/main@{#927637}
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.