From db061571ef4b7a925da1c189b60c08b39e6b2dbf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Aug 2019 23:13:57 +0200 Subject: http3: make connection reuse work Closes #4204 --- lib/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/http.h') diff --git a/lib/http.h b/lib/http.h index f6f5d4fd5..c27725d2a 100644 --- a/lib/http.h +++ b/lib/http.h @@ -193,6 +193,7 @@ struct HTTP { /*********** for HTTP/3 we store stream-local data here *************/ int64_t stream3_id; /* stream we are interested in */ bool firstbody; /* FALSE until body arrives */ + bool h3req; /* FALSE until request is issued */ #endif }; -- cgit v1.2.3