Home » U++ Library support » U++ Library : Other (not classified elsewhere) » HttpClientGet problems on Linux [BUG?]
HttpClientGet problems on Linux [BUG?] [message #3619] |
Wed, 07 June 2006 17:36  |
hojtsy
Messages: 241 Registered: January 2006 Location: Budapest, Hungary
|
Experienced Member |
|
|
Check this code:
String error;
String result = HttpClientGet("someserver.com/somefile.txt", NULL, &error);
if(result.IsEmpty())
Cout << "Error: " << error << "\n";
Runs OK on windows, but prints this error in linux:
Error: socket(3) / connect(someserver.com:80): Operation now in progress
HttpClientGet is supposed to download the file during the call, and not return until ready or timeout, correct?
[Updated on: Wed, 07 June 2006 22:54] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Wed Aug 06 02:37:36 CEST 2025
Total time taken to generate the page: 0.03297 seconds
|