diff options
author | atayan1 <atayan1@yandex-team.ru> | 2022-02-10 16:49:38 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:38 +0300 |
commit | c711d9aae73052830cd54065a75b3e3739893aba (patch) | |
tree | cef06878f1e78cd17308827f661e7bd19bd96d49 /library/cpp/http/server/http.h | |
parent | 5ab412f19b9312abbfa362391df45d6603bb84c3 (diff) | |
download | ydb-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.h | 2 |
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; |