aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/httpheader.h
diff options
context:
space:
mode:
authorluchko <luchko@yandex-team.ru>2022-02-10 16:48:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:21 +0300
commit9f21dcc5d3d7c6e54e7adbaa2abaa6d86ae08c59 (patch)
treefe8d90bbd8376a597fb16b369d09be5fa22eedce /library/cpp/http/fetch/httpheader.h
parent20fb5622594feb17be2ce26b99ddd6f60a870b3a (diff)
downloadydb-9f21dcc5d3d7c6e54e7adbaa2abaa6d86ae08c59.tar.gz
Restoring authorship annotation for <luchko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/fetch/httpheader.h')
-rw-r--r--library/cpp/http/fetch/httpheader.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h
index b2810bbd413..b1718fecc75 100644
--- a/library/cpp/http/fetch/httpheader.h
+++ b/library/cpp/http/fetch/httpheader.h
@@ -79,7 +79,7 @@ public:
public:
void Init() {
- error = 0;
+ error = 0;
header_size = 0;
entity_size = 0;
content_length = -1;
@@ -90,9 +90,9 @@ public:
compression_method = HTTP_COMPRESSION_UNSET;
transfer_chunked = -1;
connection_closed = HTTP_CONNECTION_UNDEFINED;
- content_range_start = -1;
- content_range_end = -1;
- content_range_entity_length = -1;
+ content_range_start = -1;
+ content_range_end = -1;
+ content_range_entity_length = -1;
base.clear();
}
@@ -153,7 +153,7 @@ public:
retry_after = DEFAULT_RETRY_AFTER;
x_robots_state = "xxxxx";
}
-
+
void Print() const {
THttpBaseHeader::Print();
printf("http_status: %" PRIi16 "\n", http_status);