File tree
5 files changed
+24
-23
lines changed- envoy
- istio
- pkg/ingress/config
5 files changed
+24
-23
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
| 147 | + | |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
|
- api/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto+2
- api/envoy/extensions/http/custom_response/redirect_policy/v3/redirect_policy.proto+2
- envoy/router/scopes.h+8-4
- source/common/http/conn_manager_config.h+5
- source/common/http/conn_manager_impl.cc+35-1
- source/common/http/conn_manager_impl.h+3
- source/common/http/conn_manager_utility.cc+3
- source/common/http/headers.h+5
- source/common/router/scoped_config_impl.cc+24-10
- source/common/router/scoped_config_impl.h+9
- source/extensions/common/wasm/context.cc+23-1
- source/extensions/filters/http/custom_response/custom_response_filter.cc+13-22
- source/extensions/filters/http/custom_response/custom_response_filter.h-3
- source/extensions/filters/network/http_connection_manager/config.cc+2
- source/extensions/filters/network/http_connection_manager/config.h+4
- source/extensions/http/custom_response/redirect_policy/redirect_policy.cc+30-10
- source/extensions/http/custom_response/redirect_policy/redirect_policy.h+1
- source/server/admin/admin.h+1
- test/common/http/conn_manager_impl_fuzz_test.cc+2
- test/common/http/conn_manager_impl_test_2.cc+14-12
- test/common/http/conn_manager_impl_test_base.h+2
- test/common/router/scoped_rds_test.cc+71
- test/mocks/http/mocks.h+1
- test/mocks/router/mocks.cc+1
- test/mocks/router/mocks.h+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
906 | 906 |
| |
907 | 907 |
| |
908 | 908 |
| |
| 909 | + | |
909 | 910 |
| |
910 | 911 |
| |
911 | 912 |
| |
| |||
916 | 917 |
| |
917 | 918 |
| |
918 | 919 |
| |
| 920 | + | |
919 | 921 |
| |
920 | 922 |
| |
921 | 923 |
| |
922 | 924 |
| |
923 | 925 |
| |
924 | 926 |
| |
925 | 927 |
| |
926 |
| - | |
927 |
| - | |
928 |
| - | |
929 |
| - | |
930 | 928 |
| |
931 | 929 |
| |
| 930 | + | |
932 | 931 |
| |
933 | 932 |
| |
934 | 933 |
| |
| |||
937 | 936 |
| |
938 | 937 |
| |
939 | 938 |
| |
| 939 | + | |
940 | 940 |
| |
941 | 941 |
| |
942 | 942 |
| |
943 | 943 |
| |
944 | 944 |
| |
945 | 945 |
| |
946 | 946 |
| |
947 |
| - | |
948 |
| - | |
949 |
| - | |
950 |
| - | |
951 | 947 |
| |
952 | 948 |
| |
| 949 | + | |
953 | 950 |
| |
954 | 951 |
| |
955 | 952 |
| |
956 | 953 |
| |
957 | 954 |
| |
958 | 955 |
| |
959 | 956 |
| |
960 |
| - | |
961 |
| - | |
962 |
| - | |
963 |
| - | |
964 |
| - | |
965 |
| - | |
966 |
| - | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
967 | 964 |
| |
968 |
| - | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
969 | 973 |
| |
970 |
| - | |
971 |
| - | |
972 |
| - | |
973 | 974 |
| |
974 | 975 |
| |
975 | 976 |
| |
|
0 commit comments