aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/httpheader.h
diff options
context:
space:
mode:
authoritelichko <itelichko@yandex-team.ru>2022-02-10 16:49:50 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:50 +0300
commitfd9f6ba99c923c73177f22c99ae5135d3508b4a1 (patch)
treebdfd1fd4d29b10bcc601bcbda1f228bc50d84ca0 /library/cpp/http/fetch/httpheader.h
parentfb6895c3749017e4fe6217d7a2dd7d6f2f136403 (diff)
downloadydb-fd9f6ba99c923c73177f22c99ae5135d3508b4a1.tar.gz
Restoring authorship annotation for <itelichko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/fetch/httpheader.h')
-rw-r--r--library/cpp/http/fetch/httpheader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h
index b2810bbd413..70754915cdf 100644
--- a/library/cpp/http/fetch/httpheader.h
+++ b/library/cpp/http/fetch/httpheader.h
@@ -150,7 +150,7 @@ public:
http_status = -1;
location.clear();
hreflangs[0] = 0;
- retry_after = DEFAULT_RETRY_AFTER;
+ retry_after = DEFAULT_RETRY_AFTER;
x_robots_state = "xxxxx";
}
@@ -160,7 +160,7 @@ public:
printf("squid_error: %" PRIi8 "\n", squid_error);
printf("accept_ranges: %" PRIi8 "\n", accept_ranges);
printf("location: \"%s\"\n", location.c_str());
- printf("retry_after: %" PRIi64 "\n", retry_after);
+ printf("retry_after: %" PRIi64 "\n", retry_after);
}
};