diff options
| author | levlam <levlam@telegram.org> | 2018-12-05 18:46:19 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-12-05 18:46:19 +0300 |
| commit | f435fe62a1322b81e34593de6c309fcadc5401d9 (patch) | |
| tree | 39dc3c3f8dee9dfbe2c794a51651cb6c877ecd90 /tdnet/td/net/HttpConnectionBase.cpp | |
| parent | 36a545bc08e41791eb05ddc3af70496a4d5c5eef (diff) | |
Fix HTTP spelling.
GitOrigin-RevId: f7d5626657406c1506434053efa68f28b4b6d674
Diffstat (limited to 'tdnet/td/net/HttpConnectionBase.cpp')
| -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 a4c501836..d91c200e4 100644 --- a/tdnet/td/net/HttpConnectionBase.cpp +++ b/tdnet/td/net/HttpConnectionBase.cpp @@ -70,7 +70,7 @@ void HttpConnectionBase::write_ok() { void HttpConnectionBase::write_error(Status error) { CHECK(state_ == State::Write); - LOG(WARNING) << "Close http connection: " << error; + LOG(WARNING) << "Close HTTP connection: " << error; state_ = State::Close; loop(); } |
