diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 13:52:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 13:52:38 +0000 |
commit | 1afb67e31b3e8f952e39e4de4f1abeac3fc84376 (patch) | |
tree | f9317915eccca3c1e547c9796602a8dbb5df0212 /CHANGES | |
parent | 2f0539d8803e4f270c8584994f7fc8b90cd5e15c (diff) |
- Jeff Pohlmeyer improved the hiperfifo.c example to use the
CURLMOPT_TIMERFUNCTION callback option.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel S (2 May 2007) +- Jeff Pohlmeyer improved the hiperfifo.c example to use the + CURLMOPT_TIMERFUNCTION callback option. + - Set the timeout for easy handles to expire really soon after addition or when CURLM_CALL_MULTI_PERFORM is returned from curl_multi_socket*/perform, to make applications using only curl_multi_socket() to properly function |