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++ Core » HttpRequest issue (the TimeOut doesnot working)
HttpRequest issue [message #46930] Thu, 22 September 2016 11:10 Go to previous message
akebee is currently offline  akebee
Messages: 90
Registered: August 2011
Location: China
Member
Here is my code, the request may often blocking all the time even if i set the ReqeusetTimeOut to 30 seconds.
How can i set the timeout to prevent request blocking? Confused
			HttpRequest req(url);
			req.RequestTimeout(30 * 1000);
			req.Execute();
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Vector(const Vector& v, int)
Next Topic: Xmlize - need help
Goto Forum:
  


Current Time: Fri Apr 26 02:11:43 CEST 2024

Total time taken to generate the page: 0.05396 seconds