HttpUtils takes long to respond connection error

adamioan

Member
Licensed User
Longtime User
Hi there,
I am using HttpUtils to interact with a web application. When the WiFi is off and there is no 3G connection, HttpUtils takes 3 minutes to respond. Is there any variable that manages the Connection TimeOut delay?
I even used HttpUtils2 version 2.00 and change the req.Timeout to 2000 but nothing happened.

Thank you in advance
 
Top