diff options
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 |