aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server/http.h
diff options
context:
space:
mode:
authoratayan1 <atayan1@yandex-team.ru>2022-02-10 16:49:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:38 +0300
commitc711d9aae73052830cd54065a75b3e3739893aba (patch)
treecef06878f1e78cd17308827f661e7bd19bd96d49 /library/cpp/http/server/http.h
parent5ab412f19b9312abbfa362391df45d6603bb84c3 (diff)
downloadydb-c711d9aae73052830cd54065a75b3e3739893aba.tar.gz
Restoring authorship annotation for <atayan1@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/server/http.h')
-rw-r--r--library/cpp/http/server/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/server/http.h b/library/cpp/http/server/http.h
index b292d38f27..88e6b5a7ac 100644
--- a/library/cpp/http/server/http.h
+++ b/library/cpp/http/server/http.h
@@ -119,7 +119,7 @@ public:
THttpServer* HttpServ() const noexcept;
const TSocket& Socket() const noexcept;
- NAddr::IRemoteAddrRef GetListenerSockAddrRef() const noexcept;
+ NAddr::IRemoteAddrRef GetListenerSockAddrRef() const noexcept;
TInstant AcceptMoment() const noexcept;
bool IsLocal() const;