mirror of
https://github.com/curl/curl.git
synced 2026-06-26 01:35:37 +03:00
Andrs Garca solved bug report #515228 by making sure the progress meter
is updated even if everything is read in one single pass, as the windows functions apparantly does more often than other systems.
This commit is contained in:
parent
4c6a52fe90
commit
a333bddeeb
1 changed files with 2 additions and 0 deletions
|
|
@ -380,6 +380,8 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
|||
/* we make sure that this socket isn't read more now */
|
||||
k->keepon &= ~KEEP_READ;
|
||||
FD_ZERO(&k->rkeepfd);
|
||||
/* for a progress meter/info update before going away */
|
||||
Curl_pgrsUpdate(conn);
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue