Skip to content

kresctl: timeout for http request

Aleš Mrázek requested to merge kresctl-conn-timeout into 6.0

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

Merge request reports