From 7957d2eb927da90d817c7d1680b5486e00fec711 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 28 Apr 2015 13:10:04 +0200 Subject: http: a stream hash for h2 multiplexing --- lib/http.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/http.h') diff --git a/lib/http.h b/lib/http.h index fb924c609..1fa85f76b 100644 --- a/lib/http.h +++ b/lib/http.h @@ -191,6 +191,9 @@ struct http_conn { size_t upload_len; /* size of the buffer 'upload_mem' points to */ size_t upload_left; /* number of bytes left to upload */ int status_code; /* HTTP status code */ + + /* this is a hash of all individual streams (SessionHandle structs) */ + struct curl_hash streamsh; #else int unused; /* prevent a compiler warning */ #endif -- cgit v1.2.1