We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47025e1 commit f8821ebCopy full SHA for f8821eb
manager/knot_resolver_manager/utils/requests.py
@@ -84,7 +84,7 @@ def request(
84
else:
85
_print_conn_error(str(err), url, socket_desc.source)
86
sys.exit(1)
87
- except TimeoutError:
+ except (TimeoutError, socket.timeout):
88
_print_conn_error(
89
f"Connection timed out after {timeout_m} minutes."
90
"\nIt does not mean that the operation necessarily failed."
0 commit comments