aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/httpparser.h
diff options
context:
space:
mode:
authorvlmarkov <vlmarkov@yandex-team.ru>2022-02-10 16:46:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:07 +0300
commitdbd3185956979f21ea16ef90c1ba4aa2d6a75fae (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/http/fetch/httpparser.h
parent6a382399c9a1053abd7d772ec30ca9873f7429a1 (diff)
downloadydb-dbd3185956979f21ea16ef90c1ba4aa2d6a75fae.tar.gz
Restoring authorship annotation for <vlmarkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/fetch/httpparser.h')
-rw-r--r--library/cpp/http/fetch/httpparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/fetch/httpparser.h b/library/cpp/http/fetch/httpparser.h
index d9348e9cca..769828e4ae 100644
--- a/library/cpp/http/fetch/httpparser.h
+++ b/library/cpp/http/fetch/httpparser.h
@@ -195,7 +195,7 @@ protected:
case hp_begin_chunk_header:
ChunkParser.Init();
State = hp_chunk_header;
- [[fallthrough]];
+ [[fallthrough]];
case hp_chunk_header:
if ((ret = ChunkParser.Execute(buf, size)) < 0) {
@@ -232,7 +232,7 @@ protected:
return size;
size = 0;
}
- break;
+ break;
}
}
return size;