I have two url one is http and other is https. I am adding both of them to curl multi-interface handle. As soon as I get response from any of the url, I can go ahead and do the cleanup.
In the specific test case http url is valid and https url is invalid. So I am expecting that http url will respond and https url can timeout.
But what I am finding that sometime both urls are getting timeout. And this behavior is specific to Windows. This scheme seems to be working for Linux and Mac OSX.
What could be the reason for timeout of http request?