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) » small HttpClientGet bug
small HttpClientGet bug [message #5668] Mon, 09 October 2006 01:09
zsolt is currently offline  zsolt
Messages: 697
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);
Previous Topic: Discussion of Displaytor
Next Topic: Export U++ project to Visual Studio
Goto Forum:
  


Current Time: Sat May 04 08:11:08 CEST 2024

Total time taken to generate the page: 0.02762 seconds