Description
I downloaded libcurl version 7.88.0 and used it in my application on Windows box. But I am seeing failure in my application and curl log shows below error.
curl_debug_logger(): == Info: Added my_host_name:1555:x.x.x.x to DNS cache
curl_debug_logger(): == Info: Hostname my_host_name was found in DNS cache
curl_debug_logger(): == Info: Trying x.x.x.x:1555...
curl_debug_logger(): == Info: Immediate connect fail for x.x.x.x: Socket is already connected
curl_debug_logger(): == Info: Failed to connect to my_host_name port 1555 after 0 ms: Couldn't connect to server
curl_debug_logger(): == Info: Closing connection 0
I tried with curl version 7.88.1 too, but same issue. Also issue is seen on Windows platform only, on RHEL it works fine.
If I use curl version 7.87.0 then it works properly.
curl/libcurl version
7.88.0
operating system
Windows