Commit bb9fbf0
authored
ext_proc: Fix status code in the test (envoyproxy#35056)
500 is returned because the onMessageTimeout is invoked by mistake,
which is because test is missing skip_header_processing_on_response (or
ext_proc test server should handle request)
404 should be returned from upstream sever in this case, as downstream
client request failed to reach the server due to route mismatch.
---------
Signed-off-by: tyxia <[email protected]>1 parent 8f246ac commit bb9fbf0
File tree
1 file changed
+5
-2
lines changed- test/extensions/filters/http/ext_proc
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1024 | 1024 | | |
1025 | 1025 | | |
1026 | 1026 | | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
1027 | 1030 | | |
1028 | 1031 | | |
1029 | 1032 | | |
| |||
1060 | 1063 | | |
1061 | 1064 | | |
1062 | 1065 | | |
1063 | | - | |
| 1066 | + | |
1064 | 1067 | | |
1065 | | - | |
| 1068 | + | |
1066 | 1069 | | |
1067 | 1070 | | |
1068 | 1071 | | |
| |||
0 commit comments