aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server/options.h
diff options
context:
space:
mode:
authorsvshevtsov <svshevtsov@yandex-team.ru>2022-02-10 16:49:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:37 +0300
commitde89752358147d7b25ef59a85b431bb564068a49 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/server/options.h
parent657337012a264721d58c470b4e9e796611f3c492 (diff)
downloadydb-de89752358147d7b25ef59a85b431bb564068a49.tar.gz
Restoring authorship annotation for <svshevtsov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/server/options.h')
-rw-r--r--library/cpp/http/server/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/server/options.h b/library/cpp/http/server/options.h
index 31214de4c5..38eda0e5e7 100644
--- a/library/cpp/http/server/options.h
+++ b/library/cpp/http/server/options.h
@@ -68,14 +68,14 @@ public:
return *this;
}
- /// Default interface name to bind the server. Used when none of BindAddress are provided.
+ /// Default interface name to bind the server. Used when none of BindAddress are provided.
inline THttpServerOptions& SetHost(const TString& host) noexcept {
Host = host;
return *this;
}
- /// Default port to bind the server. Used when none of BindAddress are provided.
+ /// Default port to bind the server. Used when none of BindAddress are provided.
inline THttpServerOptions& SetPort(ui16 port) noexcept {
Port = port;