We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c4d65 commit 27a16aaCopy full SHA for 27a16aa
1 file changed
source/common/runtime/runtime_features.cc
@@ -41,6 +41,8 @@ RUNTIME_GUARD(envoy_reloadable_features_disallow_quic_client_udp_mmsg);
41
RUNTIME_GUARD(envoy_reloadable_features_enable_cel_regex_precompilation);
42
RUNTIME_GUARD(envoy_reloadable_features_enable_compression_bomb_protection);
43
RUNTIME_GUARD(envoy_reloadable_features_enable_new_query_param_present_match_behavior);
44
+// Ignore the automated "remove this flag" issue: we should keep this for 1 year. Confirm with
45
+// @yanjunxiang-google before removing.
46
RUNTIME_GUARD(envoy_reloadable_features_ext_proc_fail_close_spurious_resp);
47
RUNTIME_GUARD(envoy_reloadable_features_generic_proxy_codec_buffer_limit);
48
RUNTIME_GUARD(envoy_reloadable_features_grpc_side_stream_flow_control);
0 commit comments