mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
blockcheck: translate more SSL error codes
This commit is contained in:
parent
b9e46f4b2d
commit
709b93a008
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user