Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information