aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
authorAYMEN <53928879+AYMENJD@users.noreply.github.com>2024-12-05 15:41:30 +0300
committerGitHub <noreply@github.com>2024-12-05 15:41:30 +0300
commitd5445065e639fa673b86933062650d671eb419a2 (patch)
treed7e3ad2e37115094f738b9d6418d72f3416848af /benchmark
parentd0f077f3c0dfdadf36ef4c273368ae18bb9e8ed2 (diff)
Minor improvements. (#3169)
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/check_tls.cpp2
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");