mirror of
https://github.com/curl/curl.git
synced 2026-08-10 16:50:53 +03:00
http2: add CRLF when first data arrives
This commit is contained in:
parent
1c9aaa0bac
commit
48c3bed43b
2 changed files with 15 additions and 5 deletions
|
|
@ -157,7 +157,7 @@ struct http_conn {
|
|||
size_t binlen; /* length of the binsettings data */
|
||||
char *mem; /* points to a buffer in memory to store or read from */
|
||||
size_t len; /* size of the buffer 'mem' points to */
|
||||
ssize_t nread; /* how much data that was sent/recv by the HTTP2 engine */
|
||||
bool bodystarted;
|
||||
#else
|
||||
int unused; /* prevent a compiler warning */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue