summaryrefslogtreecommitdiffstats
path: root/library/cpp/http/io/stream.h
diff options
context:
space:
mode:
authorvmordovin <[email protected]>2022-02-10 16:48:14 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:14 +0300
commit6a1e535429145ec1ecfbc5f1efd3c95323261fb5 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/http/io/stream.h
parent7c7f9bbcf57e15838d15afa94b31d8254b5d7776 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/io/stream.h')
-rw-r--r--library/cpp/http/io/stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/http/io/stream.h b/library/cpp/http/io/stream.h
index a552b362183..78ca4fc814c 100644
--- a/library/cpp/http/io/stream.h
+++ b/library/cpp/http/io/stream.h
@@ -81,9 +81,9 @@ public:
/// показывает объём запакованных данных, а из THttpInput мы будем вычитывать уже распакованные.
bool ContentEncoded() const noexcept;
- /// Returns true if Content-Length or Transfer-Encoding header received
- bool HasContent() const noexcept;
-
+ /// Returns true if Content-Length or Transfer-Encoding header received
+ bool HasContent() const noexcept;
+
bool HasExpect100Continue() const noexcept;
private: