Skip to content

Commit

Permalink
[HF] ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Nealsoni00 committed Jun 18, 2024
1 parent c9bd729 commit a8e0ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/http/header_utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ bool HeaderUtility::authorityIsValid(const absl::string_view header_value) {
bool HeaderUtility::isSpecial1xx(const ResponseHeaderMap& response_headers) {
if (Runtime::runtimeFeatureEnabled("envoy.reloadable_features.proxy_104") &&
response_headers.Status()->value() == "104") {
return true
return true;
}
return response_headers.Status()->value() == "100" ||
response_headers.Status()->value() == "102" || response_headers.Status()->value() == "103";
Expand Down

0 comments on commit a8e0ed2

Please sign in to comment.