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 | 9700ce2289436b557831d64eb47682c8c2a30ee2 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/server/http.h | |
parent | c711d9aae73052830cd54065a75b3e3739893aba (diff) | |
download | ydb-9700ce2289436b557831d64eb47682c8c2a30ee2.tar.gz |
Restoring authorship annotation for <atayan1@yandex-team.ru>. Commit 2 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 88e6b5a7ac..b292d38f27 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; |