Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/Unity-Technologies/curl.git
As Andrιs Garcνa reported we need to fflush() the data->err so that the
progress meter looks better on windows (and if the data->err is redirected from stderr it also makes a point)
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
3a588fc9e7
ΠΠΎΠΌΠΌΠΈΡ
d5fbfa3d0b
|
@ -327,5 +327,8 @@ int Curl_pgrsUpdate(struct connectdata *conn)
|
|||
max5data(data->progress.current_speed, max5[5]) /* current speed */
|
||||
);
|
||||
|
||||
/* we flush the output stream to make it appear as soon as possible */
|
||||
fflush(data->err);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅