aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-26 23:35:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-26 23:35:24 +0100
commit2b0c2ac49c25435f4e29a952d1ffddf5c0e87c69 (patch)
treecb31b6325c5d783e87fd3ce64896b1b660eb96c0 /CHANGES
parent7de44e0a428f88f88483076a19c173f004de9e46 (diff)
changelogged: smoother rate limiting
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fa3f4000a..234c841ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel Stenberg (26 Mar 2010)
+- Ben Greear brought code that makes the rate limiting code for the easy
+ interface a bit smoother as it introduces sub-second sleeps during it and it
+ also takes the buffer sizes into account.
+
Daniel Stenberg (24 Mar 2010)
- Bob Richmond: There's an annoying situation where libcurl will read new HTTP
response data from a socket, then check if it's a timeout if one is set. If