diff options
| author | AYMEN Mohammed <53928879+AYMENJD@users.noreply.github.com> | 2023-10-18 19:12:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 19:12:31 +0300 |
| commit | 50c3bf2e4f1753ce42dd922e126cc72f067b6062 (patch) | |
| tree | 4cef95ace861e6e84bc74f086debbdce88ec79ff /tdnet | |
| parent | 6c0722ed2ee9f37be8b4514a17573551445ca33d (diff) | |
Fix typos. (#2641)
Diffstat (limited to 'tdnet')
| -rw-r--r-- | tdnet/td/net/HttpConnectionBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdnet/td/net/HttpConnectionBase.cpp b/tdnet/td/net/HttpConnectionBase.cpp index df8a7e132..6d6ba13d9 100644 --- a/tdnet/td/net/HttpConnectionBase.cpp +++ b/tdnet/td/net/HttpConnectionBase.cpp @@ -102,7 +102,7 @@ void HttpConnectionBase::loop() { LOG(DEBUG) << "Can read from the connection"; auto r = fd_.flush_read(); if (r.is_error()) { - if (!begins_with(r.error().message(), "SSL error {336134278")) { // if error is not yet outputed + if (!begins_with(r.error().message(), "SSL error {336134278")) { // if error is not yet outputted LOG(INFO) << "Receive flush_read error: " << r.error(); } on_error(Status::Error(r.error().public_message())); |
