http2: setup the new pushed stream properly

This commit is contained in:
Daniel Stenberg
2015-06-01 14:20:57 +02:00
parent 352fbceef3
commit 21784936e1
6 changed files with 127 additions and 38 deletions

View File

@@ -176,6 +176,7 @@ struct HTTP {
const uint8_t *upload_mem; /* points to a buffer to read from */
size_t upload_len; /* size of the buffer 'upload_mem' points to */
curl_off_t upload_left; /* number of bytes left to upload */
Curl_send_buffer *push_recvbuf; /* store incoming push headers */
#endif
};