Skip to content
Snippets Groups Projects
  1. Feb 09, 2009
  2. Jan 13, 2009
  3. Jan 08, 2009
  4. Oct 16, 2008
  5. Oct 08, 2008
  6. Aug 24, 2008
  7. Aug 21, 2008
  8. Aug 01, 2008
  9. Jul 29, 2008
  10. May 27, 2008
  11. May 23, 2008
  12. May 01, 2008
  13. Jan 31, 2008
  14. Jan 29, 2008
  15. Jan 28, 2008
  16. Jan 08, 2008
  17. Dec 08, 2007
  18. Oct 07, 2007
  19. Oct 02, 2007
  20. Sep 24, 2007
  21. Sep 06, 2007
  22. Sep 05, 2007
  23. Jul 16, 2007
  24. Jun 18, 2007
  25. Jun 07, 2007
  26. May 25, 2007
  27. May 03, 2007
  28. Apr 10, 2007
  29. Mar 25, 2007
  30. Mar 09, 2007
  31. Feb 23, 2007
  32. Feb 20, 2007
  33. Feb 19, 2007
  34. Feb 18, 2007
  35. Feb 14, 2007
  36. Jan 27, 2007
  37. 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
Loading