aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server/http.h
diff options
context:
space:
mode:
authorwd28 <wd28@yandex-team.ru>2022-02-10 16:49:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:40 +0300
commit1b7466cb957659079ebebbb5d76e64e51f3306f0 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/server/http.h
parent23df4007b6ffbbdb0b25a214dded0c60538fb558 (diff)
downloadydb-1b7466cb957659079ebebbb5d76e64e51f3306f0.tar.gz
Restoring authorship annotation for <wd28@yandex-team.ru>. Commit 2 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 6a49c6649e..b292d38f27 100644
--- a/library/cpp/http/server/http.h
+++ b/library/cpp/http/server/http.h
@@ -172,5 +172,5 @@ private:
using TClientRequest::Input;
using TClientRequest::Output;
};
-
+
bool TryToBindAddresses(const THttpServerOptions& options, const std::function<void(TSocket)>* callbackOnBoundAddress = nullptr);