commit | c8c02a5f788cddb615e5f0fb2636dea67cad2396 | [log] [tgz] |
---|---|---|
author | renjietang <renjietang@google.com> | Thu Aug 22 10:38:37 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 22 10:40:12 2019 -0700 |
tree | 7dc12387fd59510d4e76bcdd80f4cc8f24dd94be | |
parent | a7fe5779a2836219e20f7018411f32f5770d517c [diff] [blame] |
Make sure QPACK stream types are sent along with SETTINGS in one packet. gfe-relnote: v99 only, not protected. Merge intruction: I wrote https://chromium-review.googlesource.com/c/chromium/src/+/1764346 to modify TestPakcetMaker so that v99 tests can be run again. PiperOrigin-RevId: 264867694 Change-Id: I4d2453abb2f608d39f705c268ff7da265c69e22f
diff --git a/quic/core/qpack/qpack_send_stream.h b/quic/core/qpack/qpack_send_stream.h index e7e4be3..09c6020 100644 --- a/quic/core/qpack/qpack_send_stream.h +++ b/quic/core/qpack/qpack_send_stream.h
@@ -44,7 +44,7 @@ // TODO(b/112770235): Remove this method once QuicStreamIdManager supports // creating HTTP/3 unidirectional streams dynamically. - void SendStreamType(); + void MaybeSendStreamType(); private: const uint64_t http3_stream_type_;