Skip to content

Do not retry socket connection if we got timeout.

Jakub Krysl requested to merge socket_timeout into master

Description

This can happen if the host is unreachable or does not exist, so retrying again makes no sense.

Merge request reports