U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Library : Other (not classified elsewhere) » small HttpClientGet bug
small HttpClientGet bug [message #5668] Mon, 09 October 2006 01:09
zsolt is currently offline  zsolt
Messages: 705
Registered: December 2005
Location: Budapest, Hungary
Contributor
In function String HttpClientGet(String url, String proxy, String username, String password,
String *server_headers, String *error, Gate2<int, int> progress,
int timeout, int num_redirect, int retries)
the line
.ExecuteRedirect(num_redirect, progress, progress);
should be changed to
.ExecuteRedirect(num_redirect, retries, progress);
 
Read Message
Previous Topic: Discussion of Displaytor
Next Topic: Export U++ project to Visual Studio
Goto Forum:
  


Current Time: Sat Sep 19 03:07:41 GMT+2 2026

Total time taken to generate the page: 0.00622 seconds