Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit Message: fix hcm fuzz test case Additional Description: This PR fixes a fuzzer issue caused by the fuzzer sending trailers to the HCM then calling continueDecoding (which then hits [this assertion](https://github.com/search?q=repo%3Aenvoyproxy%2Fenvoy%20ASSERT(!state_.decoder_filter_chain_complete_)%3B&type=code) in the HCM and fails). This PR adds a check to prevent this from happening. Risk Level: none, test only Testing: fuzz fix Docs Changes: none Release Notes: none Platform Specific Features: none Signed-off-by: antoniovleonti <[email protected]>
- Loading branch information