diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-11-13 11:06:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-13 11:06:48 +0000 |
commit | adf462fe0508e7229bcfabfd8ae7012aa57e5066 (patch) | |
tree | e8f759b34f7e626225c9baef4c5cc71d1584bc97 /CHANGES | |
parent | c2862742abc76440657190a02a1e92be1e2c01f1 (diff) |
Debian bug report 338681 by Jan Kunder: make curl better detect and report bad
limit-rate units: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now
curl will return error if a bad unit is used.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ Daniel (13 November 2005) +- Debian bug report 338681 by Jan Kunder: make curl better detect and report + bad limit-rate units: + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now curl will return + error if a bad unit is used. + - Thanks to this nice summary of poll() implementations: http://www.greenend.org.uk/rjk/2001/06/poll.html and further tests by Eugene Kotlyarov, we now know that cygwin's poll returns only POLLHUP on remote |