mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:53:31 +03:00
parent
1695fcf57d
commit
0065b146eb
10 changed files with 12 additions and 12 deletions
|
|
@ -1793,7 +1793,7 @@ static ssize_t cf_h2_recv(struct Curl_cfilter *cf, struct Curl_easy *data,
|
|||
|
||||
while(stream->memlen == 0 /* have no data for this stream */
|
||||
&& !ctx->pause_stream_id /* we are not paused either */
|
||||
&& ctx->inbuflen == 0) { /* and out inpput buffer is emtpy */
|
||||
&& ctx->inbuflen == 0) { /* and out input buffer is empty */
|
||||
/* Receive data from the "lower" filters */
|
||||
nread = Curl_conn_cf_recv(cf->next, data, ctx->inbuf, H2_BUFSIZE, err);
|
||||
if(nread < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue