mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:53:43 +03:00
http2: force "drainage" of streams
... which is necessary since the socket won't be readable but there is data waiting in the buffer.
This commit is contained in:
parent
7bbac214f5
commit
01e1bdb10c
7 changed files with 123 additions and 57 deletions
|
|
@ -1500,6 +1500,8 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
|||
break;
|
||||
}
|
||||
|
||||
DEBUGF(infof(data, "%s:%d call Curl_readwrite\n", __func__, __LINE__));
|
||||
|
||||
/* read/write data if it is ready to do so */
|
||||
result = Curl_readwrite(data->easy_conn, &done);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue