Author: brane Date: Wed Jul 16 01:38:49 2025 New Revision: 1927258 URL: http://svn.apache.org/viewvc?rev=1927258&view=rev Log: * src/resolve.c: Add a couple more to-do comments.
Modified: serf/trunk/src/resolve.c Modified: serf/trunk/src/resolve.c URL: http://svn.apache.org/viewvc/serf/trunk/src/resolve.c?rev=1927258&r1=1927257&r2=1927258&view=diff ============================================================================== --- serf/trunk/src/resolve.c (original) +++ serf/trunk/src/resolve.c Wed Jul 16 01:38:49 2025 @@ -37,6 +37,12 @@ * - Add cleanup function for in-flight resolve tasks if their owning * context is destroyed. This function should be called from the * context's pool cleanup handler. + * + * - Wake the poll/select in serf_context_run() when new resolve + * results are available. + * + * - Add a way to cancel a resolve task. + * * - Figure out what to do if the lock/unlock calls return an error. * This should not be possible unless we messed up the implementation, * but there should be a way for clients to back out of this situation.