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_test.cc b/quic/core/qpack/qpack_send_stream_test.cc
index 5f82024..c297b56 100644
--- a/quic/core/qpack/qpack_send_stream_test.cc
+++ b/quic/core/qpack/qpack_send_stream_test.cc
@@ -96,7 +96,7 @@
EXPECT_CALL(session_, WritevData(_, _, data.length(), _, _));
qpack_send_stream_->WriteStreamData(QuicStringPiece(data));
EXPECT_CALL(session_, WritevData(_, _, _, _, _)).Times(0);
- qpack_send_stream_->SendStreamType();
+ qpack_send_stream_->MaybeSendStreamType();
}
TEST_P(QpackSendStreamTest, ResetQpackStream) {