gfe-relnote: Move the logic for sending the MAX_PUSH_ID frame from QuicSpdyClientSessionBase to QuicSpdySession along with the other "send initial data" logic. Protected by disabled QUIC v99 flag.
PiperOrigin-RevId: 283608387
Change-Id: I3d80b0a4a596b8644912cd78993950d81f396da3
diff --git a/quic/core/http/quic_spdy_session.h b/quic/core/http/quic_spdy_session.h
index 50ec602..575d664 100644
--- a/quic/core/http/quic_spdy_session.h
+++ b/quic/core/http/quic_spdy_session.h
@@ -440,6 +440,9 @@
bool http3_goaway_received_;
// If the endpoint has sent HTTP/3 GOAWAY frame.
bool http3_goaway_sent_;
+
+ // If the sendpoint has sent the initial HTTP/3 MAX_PUSH_ID frame.
+ bool http3_max_push_id_sent_;
};
} // namespace quic