diff options
author | Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> | 2014-02-02 21:31:13 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-02-04 14:55:29 +0100 |
commit | 4082dc9de660894c0ebf323e3bf43c851583a63f (patch) | |
tree | 455bf45f293e516f527217a8c6bf5e6081583357 /lib/http.h | |
parent | dbccf497dae82af39b73b597c07152402e16727a (diff) | |
download | curl-4082dc9de660894c0ebf323e3bf43c851583a63f.tar.gz |
http2: Check stream ID we are interested in
Diffstat (limited to 'lib/http.h')
-rw-r--r-- | lib/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http.h b/lib/http.h index 253687148..7ce803cdb 100644 --- a/lib/http.h +++ b/lib/http.h @@ -167,6 +167,7 @@ struct http_conn { Curl_send_buffer *header_recvbuf; /* store response headers */ size_t nread_header_recvbuf; /* number of bytes in header_recvbuf fed into upper layer */ + int32_t stream_id; /* stream we are interested in */ #else int unused; /* prevent a compiler warning */ #endif |