| commit | da26cdbf35740c4263a931c477eb0dbc9ff9d90a | [log] [tgz] |
|---|---|---|
| author | rch <rch@google.com> | Fri May 17 11:57:37 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri May 17 11:58:47 2019 -0700 |
| tree | fb428f50b836d6e0175e7ad5e5c472f0c8cb5e88 | |
| parent | c050d7a289a2aeb231b85f499027ea71be52baff [diff] |
gfe-relnote: Fix a bug in QuicSpdyClientStreamBase. Protected by --gfe2_reloadable_flag_quic_eliminate_static_stream_map_3 When eliminate_static_stream_map is true, GetSpdyDataStream() will be called with a stream id that may not be a spdy stream. This results in an invalid cast which blows up in some Chrome tests. I've added a DCHECK in GetSpdyDataStream() to make sure we never do this again, and have added and IsStaticStream() method which can be used for checks in this case. Renames gfe2_reloadable_flag_quic_eliminate_static_stream_map_2 to gfe2_reloadable_flag_quic_eliminate_static_stream_map_3. PiperOrigin-RevId: 248762017 Change-Id: Iab361cc46408cd57e38848f172a7f826f346b28d
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.