aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server/conn.h
diff options
context:
space:
mode:
authorfeldsherov <feldsherov@yandex-team.ru>2022-02-10 16:49:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:29 +0300
commite73723ec73b27276cd45b9b46b752138a51d669c (patch)
tree055f8efa1a290665c7be6bb571131e050cd9517a /library/cpp/http/server/conn.h
parent4d75b7f76712a8150bd526a7ef43d279d9892eb7 (diff)
downloadydb-e73723ec73b27276cd45b9b46b752138a51d669c.tar.gz
Restoring authorship annotation for <feldsherov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/server/conn.h')
-rw-r--r--library/cpp/http/server/conn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/server/conn.h b/library/cpp/http/server/conn.h
index 3aa5329af4..181bc3fc5c 100644
--- a/library/cpp/http/server/conn.h
+++ b/library/cpp/http/server/conn.h
@@ -29,8 +29,8 @@ public:
return Output()->CanBeKeepAlive();
}
- void Reset();
-
+ void Reset();
+
private:
class TImpl;
THolder<TImpl> Impl_;