aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/push_parser/http_parser.cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-09-11 15:29:46 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-09-11 15:44:37 +0300
commite6e46da89d32d38a3e8755812c6b8b4288c0cb59 (patch)
tree82ed823fae7c31bfff2e8db3c198013cde555c04 /library/cpp/http/push_parser/http_parser.cpp
parent791acdc0eb1c623ee243d50b9a2545daca2f5be9 (diff)
downloadydb-e6e46da89d32d38a3e8755812c6b8b4288c0cb59.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/http/push_parser/http_parser.cpp')
-rw-r--r--library/cpp/http/push_parser/http_parser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/cpp/http/push_parser/http_parser.cpp b/library/cpp/http/push_parser/http_parser.cpp
index a646b349a3..b7b0a82bec 100644
--- a/library/cpp/http/push_parser/http_parser.cpp
+++ b/library/cpp/http/push_parser/http_parser.cpp
@@ -44,6 +44,10 @@ TString THttpParser::GetBestCompressionScheme() const {
return TString();
}
+const THashSet<TString>& THttpParser::AcceptedEncodings() const {
+ return AcceptEncodings_;
+}
+
bool THttpParser::FirstLineParser() {
if (Y_UNLIKELY(!ReadLine())) {
return false;