diff options
author | sskvor <sskvor@yandex-team.ru> | 2022-02-10 16:48:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:04 +0300 |
commit | 75abffb472365d28bd0a019db1a54cb32a6100dd (patch) | |
tree | 09a7f042da3da3e074e6dd6f7e5305a92eb2321a /library/cpp/http/server/http.h | |
parent | b228f91bb45c3cb95fcd861c424bb3de0fd356f2 (diff) | |
download | ydb-75abffb472365d28bd0a019db1a54cb32a6100dd.tar.gz |
Restoring authorship annotation for <sskvor@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..79e8754a0c 100644 --- a/library/cpp/http/server/http.h +++ b/library/cpp/http/server/http.h @@ -64,7 +64,7 @@ public: typedef THttpServerOptions TOptions; typedef TSimpleSharedPtr<IThreadPool> TMtpQueueRef; - THttpServer(ICallBack* cb, const TOptions& options = TOptions(), IThreadFactory* pool = nullptr); + THttpServer(ICallBack* cb, const TOptions& options = TOptions(), IThreadFactory* pool = nullptr); THttpServer(ICallBack* cb, TMtpQueueRef mainWorkers, TMtpQueueRef failWorkers, const TOptions& options = TOptions()); virtual ~THttpServer(); |