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

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: Sat Apr 25 16:01:39 GMT+2 2026

Total time taken to generate the page: 0.00442 seconds