cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl 7.16.2 too quicky display sime values

From: Sebastien WILLEMIJNS <sebastien_at_willemijns.com>
Date: Wed, 16 May 2007 22:38:21 +0200

hi,

i've noticed since 7.16.2 some value in curl are refreshed more than
once per second
except "time spent" "current speed"

  % Total % Received % Xferd Average Speed Time Time Time
  Current
                                 Dload Upload Total Spent Left
                                 Speed
  0 682M 0 429k 0 0 164k 0 1:10:54 0:00:02 1:10:52
  43809

i'd like to know if this function can be stopped to keep on a refresh
every second ?

maybe it is this the reason ?

466 Internally we now count and keep the timeouts in milliseconds but
it also
467 means we multiply set timeouts with 1000. The effect of this is
that no
468 timeout can be set to more than 2^31 milliseconds (on 32 bit
systems), which
469 equals 24.86 days. We probably couldn't before either since the
code did
470 *1000 on the timeout values on several places already.
Received on 2007-05-16