Home » U++ Library support » U++ Library : Other (not classified elsewhere) » HttpClientGet problems on Linux [BUG?]
Re: HttpClientGet problems on Linux [message #3620 is a reply to message #3619] |
Wed, 07 June 2006 17:59   |
hojtsy
Messages: 241 Registered: January 2006 Location: Budapest, Hungary
|
Experienced Member |
|
|
On linux WSAEINPROGRESS is sent when "An operation that takes a long time to complete (such as a connect) was attempted on a non-blocking socket." I tried with blocking sockets and it works. I modified one line in HttpClient::Execute, instead of:
if(!socket.IsOpen() && !ClientSocket(socket, sock_host, sock_port, true, NULL, 0, false)) {
rather:
if(!socket.IsOpen() && !ClientSocket(socket, sock_host, sock_port, true, NULL, 0, true)) {
|
|
|
Goto Forum:
Current Time: Wed Aug 06 18:45:40 CEST 2025
Total time taken to generate the page: 0.05229 seconds
|