summaryrefslogtreecommitdiff
path: root/chromium/net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-29 16:16:15 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-11-09 10:04:06 +0000
commita95a7417ad456115a1ef2da4bb8320531c0821f1 (patch)
treeedcd59279e486d2fd4a8f88a7ed025bcf925c6e6 /chromium/net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.h
parent33fc33aa94d4add0878ec30dc818e34e1dd3cc2a (diff)
downloadqtwebengine-chromium-a95a7417ad456115a1ef2da4bb8320531c0821f1.tar.gz
BASELINE: Update Chromium to 106.0.5249.126
Change-Id: Ib0bb21c437a7d1686e21c33f2d329f2ac425b7ab Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/438936 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.h')
-rw-r--r--chromium/net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.h b/chromium/net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.h
index 79e49abd4be..04a0d763966 100644
--- a/chromium/net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.h
+++ b/chromium/net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.h
@@ -11,6 +11,7 @@
#include "quiche/quic/core/http/quic_spdy_session.h"
#include "quiche/quic/core/quic_crypto_client_stream.h"
#include "quiche/quic/platform/api/quic_export.h"
+#include "quiche/spdy/core/http2_header_block.h"
namespace quic {
@@ -60,7 +61,7 @@ class QUIC_EXPORT_PRIVATE QuicSpdyClientSessionBase
// needed to detect promised server push streams, as part of
// client-request to push-stream rendezvous.
void OnInitialHeadersComplete(QuicStreamId stream_id,
- const spdy::SpdyHeaderBlock& response_headers);
+ const spdy::Http2HeaderBlock& response_headers);
// Called by |QuicSpdyClientStream| on receipt of PUSH_PROMISE, does
// some session level validation and creates the
@@ -69,7 +70,7 @@ class QUIC_EXPORT_PRIVATE QuicSpdyClientSessionBase
// stream and returns false otherwise.
virtual bool HandlePromised(QuicStreamId associated_id,
QuicStreamId promised_id,
- const spdy::SpdyHeaderBlock& headers);
+ const spdy::Http2HeaderBlock& headers);
// For cross-origin server push, this should verify the server is
// authoritative per [RFC2818], Section 3. Roughly, subjectAltName