diff options
author | focus <[email protected]> | 2022-02-10 16:49:45 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:45 +0300 |
commit | 8024488211bb4f770b645483eb26d2c1977ee71e (patch) | |
tree | 1daf9c9d0face5273e6608c29f72fa4c618e7fa4 /library/cpp/http/server | |
parent | 70cc862712bf4b7db64c26723d862268e0011e05 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/server')
-rw-r--r-- | library/cpp/http/server/http.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/server/http.cpp b/library/cpp/http/server/http.cpp index 128583bdd70..e96ea43c1a3 100644 --- a/library/cpp/http/server/http.cpp +++ b/library/cpp/http/server/http.cpp @@ -268,8 +268,8 @@ public: Y_UNUSED(req.Release()); } else { Cb_->OnFailRequest(-1); - } - } + } + } } size_t GetRequestQueueSize() const { |