From 4173868f663c6fe7ecd1ba2abab20381002adc6b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Aug 2019 10:19:48 +0200 Subject: quiche: initial h3 request send/receive --- lib/http.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/http.h') diff --git a/lib/http.h b/lib/http.h index 72161f6b0..ea1310c39 100644 --- a/lib/http.h +++ b/lib/http.h @@ -186,6 +186,11 @@ struct HTTP { size_t push_headers_used; /* number of entries filled in */ size_t push_headers_alloc; /* number of entries allocated */ #endif + +#ifdef ENABLE_QUIC + /*********** for HTTP/3 we store stream-local data here *************/ + int64_t stream3_id; /* stream we are interested in */ +#endif }; #ifdef USE_NGHTTP2 -- cgit v1.2.3