diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 08:36:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 08:36:47 +0000 |
commit | b61c06384ab88baf4b3231e84386c4a70126d888 (patch) | |
tree | aac26b1242718b6093edcefd99c6e3e4b04cd52b /TODO-RELEASE | |
parent | e7742bfb7cc40d6b840fabc8632f9625cc2fc26f (diff) | |
download | curl-b61c06384ab88baf4b3231e84386c4a70126d888.tar.gz |
Jeff Pohlmeyer has been working with the hiperfifo.c example source code,
and while doing so it became apparent that the current timeout system for
the socket API really was a bit awkward since it become quite some work to
be sure we have the correct timeout set.
Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another
callback the app can set to get to know when the general timeout time
changes and thus for an application like hiperfifo.c it makes everything a
lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in
good old libcurl tradition.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 03ffa88be..7d0a1e38f 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,8 +1,6 @@ To get fixed in 7.16.0 (planned release: October 2006) ====================== -67 - Jeff Pohlmeyer's test case +67 - Jeff Pohlmeyer's crashing pipelining test case -68 - Dmitriy Sergeyev's test02.c and test03.c - -69 -
\ No newline at end of file +69 - |