Hi! First of all, thanks for such a great tool! libcurl is amazing!
Now the problem... I looked for something about that in the documentation but couldn't find anything. I'm using multi interface to keep different connections (not more than 3), polling it for updates. But, whenever my local IP address change (and also the routing table), I keep receiving CURLE_OPERATION_TIMEDOUT (28), even though connection to the rest of the network is fully restablished after IP and route changing. Removing it (with curl_multi_remove_handle()) and cleaning it up (with curl_easy_cleanup()) is not enough: the only way to make it work again is to destroy my multi handler (with curl_multi_cleanup()) and creating it again (with curl_multi_init()). Is it expected? Is this documented anywhere? Why is such limitation bound to the multi handler and not each easy handler? I can provide you with a small C program and a 2 line shell script (to change network configuration in a NetBSD or Linux box) to reproduce this behaviour, if you want. Thanks! -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html