commit | b0207d7006fa7f61182b7b73d1b4ca212e4cf356 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <[email protected]> | Wed Feb 09 22:06:36 2022 |
committer | Chromium LUCI CQ <[email protected]> | Wed Feb 09 22:06:36 2022 |
tree | 7009a437325a298a05709aa49ec7c662e9077c1d | |
parent | 8528c9d9fe639e5c8a8219bd539dc6c676137a8b [diff] |
Treat END_STREAM as EOF in SpdyProxyClientSocket Per the spec[1], when the CONNECT method is used, a DATA frame with END_STREAM should be treated as being equivalent to the TCP FIN bit. However, before this CL SpdyProxyClientSocket didn't treat END_STREAM as EOF. This resulted in an infinite resource loading when the response didn't contain the Content-Length header. Send a DATA frame with END_STREAM after receiving END_STREAM from the proxy to close the underlying stream, as the spec requires. [1] https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-http2bis-07#section-8.5 Bug: 1078554 Change-Id: I1f4b61379fea24078e3760e2b9d648cef323f6f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3449470 Reviewed-by: Bence Béky <[email protected]> Commit-Queue: Kenichi Ishibashi <[email protected]> Cr-Commit-Position: refs/heads/main@{#969134}
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.