aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http
diff options
context:
space:
mode:
authorpanin <panin@yandex-team.ru>2022-02-10 16:49:46 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:46 +0300
commit93452ad7de84fbd34e7ba9a906bf10ce1536d722 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http
parentd29002717dd19ea9988bec31ca62afdc2c1d7062 (diff)
downloadydb-93452ad7de84fbd34e7ba9a906bf10ce1536d722.tar.gz
Restoring authorship annotation for <panin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http')
-rw-r--r--library/cpp/http/io/stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/io/stream.cpp b/library/cpp/http/io/stream.cpp
index e4147751c5..6689be684f 100644
--- a/library/cpp/http/io/stream.cpp
+++ b/library/cpp/http/io/stream.cpp
@@ -639,7 +639,7 @@ private:
inline bool IsHttpRequest() const noexcept {
return IsRequest(FirstLine_);
}
-
+
inline bool HasResponseBody() const noexcept {
if (IsHttpResponse()) {
if (Request_ && Request_->FirstLine().StartsWith(TStringBuf("HEAD")))