commit | df984d1a46a2c120df620e15c822ef6af9348df1 | [log] [tgz] |
---|---|---|
author | Florent Castelli <orphis@chromium.org> | Wed Nov 10 02:06:56 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 10 02:06:56 2021 |
tree | d95b6dd6c90633c0634c54997bb1d81b295fa5f6 | |
parent | 52e3b2188a8d154340105dd49b07b3f31d41c21e [diff] |
RTCDataChannel: Ignore send failures There is a possible race between send() and close events between the WebRTC and Chrome layers. In this case, the Chrome layer will try to send() over a data channel with a pending remote close event. It is safe to ignore this error. Queued data on a data channel is discarded on remote close(), so the observable behaviour is correct. Bug: 1260845, 1267579 Change-Id: I0194102d91293979caf3092d6deb61a00c82d6e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3268746 Commit-Queue: Florent Castelli <orphis@chromium.org> Reviewed-by: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/main@{#940132}
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.