diff options
| author | AYMEN <53928879+AYMENJD@users.noreply.github.com> | 2024-12-05 15:41:30 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 15:41:30 +0300 |
| commit | d5445065e639fa673b86933062650d671eb419a2 (patch) | |
| tree | d7e3ad2e37115094f738b9d6418d72f3416848af /benchmark/check_tls.cpp | |
| parent | d0f077f3c0dfdadf36ef4c273368ae18bb9e8ed2 (diff) | |
Minor improvements. (#3169)
Diffstat (limited to 'benchmark/check_tls.cpp')
| -rw-r--r-- | benchmark/check_tls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/check_tls.cpp b/benchmark/check_tls.cpp index 9586df076..af3e08fb7 100644 --- a/benchmark/check_tls.cpp +++ b/benchmark/check_tls.cpp @@ -199,7 +199,7 @@ td::Result<TlsInfo> test_tls(const td::string &url) { if (random_id == "\xcf\x21\xad\x74\xe5\x9a\x61\x11\xbe\x1d\x8c\x02\x1e\x65\xb8\x91\xc2\xa2\x11\x16\x7a\xbb\x8c\x5e\x07" "\x9e\x09\xe2\xc8\xa8\x33\x9c") { - return td::Status::Error("TLS 1.3 servers returning HelloRetryRequest are not supprted"); + return td::Status::Error("TLS 1.3 servers returning HelloRetryRequest are not supported"); } if (result[43] == '\x00') { return td::Status::Error("TLS <= 1.2: empty session_id"); |
