Hi,
In the non-ui example of downloading a file,
https://www.b4x.com/android/forum/threads/non-ui-applications.34657/
, I'm receiving one of those time out errors:
java.net.SocketTimeoutException: Read timed out
, and the HttpClient doesn't seem to have a timeout property.
Is there a way to set the timeout value, with the curl example?
In the non-ui example of downloading a file,
https://www.b4x.com/android/forum/threads/non-ui-applications.34657/
, I'm receiving one of those time out errors:
java.net.SocketTimeoutException: Read timed out
, and the HttpClient doesn't seem to have a timeout property.
Is there a way to set the timeout value, with the curl example?