mirror of
https://github.com/bol-van/zapret.git
synced 2025-08-13 23:39:46 +03:00
blockcheck: translate more SSL error codes
This commit is contained in:
@@ -225,6 +225,10 @@ curl_translate_code()
|
|||||||
;;
|
;;
|
||||||
27) $ECHON ": out of memory"
|
27) $ECHON ": out of memory"
|
||||||
;;
|
;;
|
||||||
|
28) $ECHON ": operation timed out"
|
||||||
|
;;
|
||||||
|
35) $ECHON ": SSL connect error"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
curl_supports_tls13()
|
curl_supports_tls13()
|
||||||
|
Reference in New Issue
Block a user