kresctl: timeout for http request
It seems that different versions of python and different systems may have different default values (None, few seconds) for timeout
in urllib
. So, in various cases, the timeout can occur after a few seconds, and sometimes it does not occur at all. The new timeout value is set to 5 minutes.
NOTE: Finally, it seems that unix-socket and interface have different timeout.
Edited by Aleš Mrázek