Skip to content
  1. Jan 23, 2007
  2. Jan 18, 2007
  3. Jan 17, 2007
  4. Jan 16, 2007
  5. Jan 15, 2007
  6. Jan 14, 2007
  7. Jan 13, 2007
  8. Jan 10, 2007
  9. Jan 09, 2007
  10. Jan 08, 2007
  11. Jan 06, 2007
  12. Jan 05, 2007
  13. Jan 04, 2007
  14. Jan 03, 2007
  15. Jan 02, 2007
    • Daniel Stenberg's avatar
      - Victor Snezhko helped us fix bug report #1603712 · 0682d25d
      Daniel Stenberg authored
        (http://curl.haxx.se/bug/view.cgi?id=1603712) (known bug #36) --limit-rate
        (CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE) are broken
        on Windows (since 7.16.0, but that's when they were introduced as previous
        to that the limiting logic was made in the application only and not in the
        library). It was actually also broken on select()-based systems (as apposed
        to poll()) but we haven't had any such reports. We now use select(), Sleep()
        or delay() properly to sleep a while without waiting for anything input or
        output when the rate limiting is activated with the easy interface.
      0682d25d