bagder: curl-www/libcurl/hiper _schedule.html,1.26,1.27
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/hiper In directory labb:/tmp/cvs-serv14175 Modified Files: _schedule.html Log Message: let's do the curl_multi_setopt function Index: _schedule.html =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_schedule.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- _schedule.html 6 Jan 2006 22:23:53 -0000 1.26 +++ _schedule.html 7 Jan 2006 22:43:44 -0000 1.27 @@ -33,6 +33,17 @@ <table class="news"> +MARKDATE(Jan 7 2006) Sun Yi-Ming's comments also made me realize that we need +to better take care of the socket state for sockets that are used by more than +one easy handle. The "check for socket change" within the multi code currently +doesn't... +<p> + I've decided to add a <i>curl_multi_setopt</i> function and let that set the +callback function and userp pointer, to better allow the callback to get +called even when easy handles are removed from a multi handle etc. + +STOP + MARKDATE(Jan 6 2006) <a href="hiper-6.patch">hiper-6.patch</a> is 88K and now contains the test case files I've been using.