Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
hojtsy is currently offline  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)) {


 
Read Message BugQuestion.gif
Read Message
Read Message
Previous Topic: How to use an ActiveX control?
Next Topic: How to associate a tooltip to a Ctrl
Goto Forum:
  


Current Time: Wed Aug 06 18:45:40 CEST 2025

Total time taken to generate the page: 0.05229 seconds