diff options
author | suns <[email protected]> | 2022-02-10 16:49:38 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:38 +0300 |
commit | 4e4faf8d95a4916a49f6674f3ff50e13799fbaa6 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/server/http.cpp | |
parent | e96f1aaedf6a2ae2d159b90cc6990e5a94d005a8 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/server/http.cpp')
-rw-r--r-- | library/cpp/http/server/http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/server/http.cpp b/library/cpp/http/server/http.cpp index 2c34c3499aa..128583bdd70 100644 --- a/library/cpp/http/server/http.cpp +++ b/library/cpp/http/server/http.cpp @@ -251,7 +251,7 @@ public: bool Reply(void*) override { if (!ProcessHeaders()) { - return true; + return true; } ProcessFailRequest(0); |