Skip to content

network: Catch and react on TimeoutError

Łukasz Nowak requested to merge luke/surykatka:fix/support-timeout-error into master

This is low level timeout error, which can happend outside of socket.timeout, see https://docs.python.org/3/library/exceptions.html#TimeoutError

Merge request reports