commit | 0176ff9a6d28f07c9a80f08a44a22d99c04c1c71 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Tue Sep 28 00:29:06 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 28 00:29:06 2021 |
tree | dfcf7a4134ab97a898f5b6c0e03cc22ec1cc44c9 | |
parent | 61fa8052b1be6f47627ffeb9c08fcfc67551cde5 [diff] |
quic: Delay delivering trailers when initial headers aren't read yet Before this CL, there was a DCHECK to confirm initial headers are delivered when trailers are available. This assumption was wrong since the handler may not read initial headers at the time trailers are available. Remove the DCHECK and return early when initial headers aren't read yet. Bug: 1248970 Change-Id: I47351fbe1e67d13f2e8f98561960d467d6320aea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3184063 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/main@{#925535}
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.