aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/http/http.h
diff options
context:
space:
mode:
authorlastutf445 <lastutf445@yandex-team.ru>2022-02-10 16:50:41 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:41 +0300
commit81dc2ca0088907db6b9b8e59b9722e0a610f02a8 (patch)
tree47ead1d3014d2fb220ead652023500ed07a33834 /library/cpp/actors/http/http.h
parent0f1eecfae2af6221f0abe9fdcc2c7b641c429cfb (diff)
downloadydb-81dc2ca0088907db6b9b8e59b9722e0a610f02a8.tar.gz
Restoring authorship annotation for <lastutf445@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/http/http.h')
-rw-r--r--library/cpp/actors/http/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/http/http.h b/library/cpp/actors/http/http.h
index 96c5c1ec48..dbf4715a98 100644
--- a/library/cpp/actors/http/http.h
+++ b/library/cpp/actors/http/http.h
@@ -593,7 +593,7 @@ public:
THttpConfig::SocketAddressType Address;
TString WorkerName;
THPTimer Timer;
- bool Secure = false;
+ bool Secure = false;
bool IsConnectionClose() const {
if (Connection.empty()) {