diff options
| author | levlam <levlam@telegram.org> | 2020-07-15 16:38:04 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-07-15 16:38:04 +0300 |
| commit | c9889d1a2025f5fee92b8eca54f96b1c28053bfe (patch) | |
| tree | 70ebbd6a3104f60c4cf0941385576bc300f5a6ed /benchmark/check_tls.cpp | |
| parent | 1b2d42a7b69b87fca2057691243acf5c94e813bf (diff) | |
Fix TLS handshake.
GitOrigin-RevId: 7542732a79c9fed971332203a620f32ce6d8f878
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 a2dd73255..a60d64f10 100644 --- a/benchmark/check_tls.cpp +++ b/benchmark/check_tls.cpp @@ -129,7 +129,7 @@ td::Result<TlsInfo> test_tls(const td::string &url) { add_grease(4); add_string( "\x00\x1d\x00\x17\x00\x18\x00\x0b\x00\x02\x01\x00\x00\x23\x00\x00\x00\x10\x00\x0e\x00\x0c\x02\x68\x32\x08\x68" - "\x74\x74\x70\x2f\x31\x2e\x31\x00\x05\x00\x05\x01\x00\x00\x00\x00\x00\x0d\x00\x14\x00\x12\x04\x03\x08\x04\x04" + "\x74\x74\x70\x2f\x31\x2e\x31\x00\x05\x00\x05\x01\x00\x00\x00\x00\x00\x0d\x00\x12\x00\x10\x04\x03\x08\x04\x04" "\x01\x05\x03\x08\x05\x05\x01\x08\x06\x06\x01\x00\x12\x00\x00\x00\x33\x00\x2b\x00\x29"); add_grease(4); add_string("\x00\x01\x00\x00\x1d\x00\x20"); |
