diff options
author | kibor <kibor@yandex-team.ru> | 2022-02-10 16:49:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:51 +0300 |
commit | 9622b1b611a91d945eb942671e7ad62d44878b66 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library | |
parent | f809da86c81c79b613ddfea428abbafa83405d8e (diff) | |
download | ydb-9622b1b611a91d945eb942671e7ad62d44878b66.tar.gz |
Restoring authorship annotation for <kibor@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/http/fetch/httpheader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h index 2f66fcc57a..b2810bbd41 100644 --- a/library/cpp/http/fetch/httpheader.h +++ b/library/cpp/http/fetch/httpheader.h @@ -97,7 +97,7 @@ public: } void Print() const { - printf("content_length: %" PRIi64 "\n", content_length); + printf("content_length: %" PRIi64 "\n", content_length); printf("http_time: %" PRIi64 "\n", http_time); printf("http_minor: %" PRIi8 "\n", http_minor); printf("mime_type: %" PRIi8 "\n", mime_type); |