Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filters: revert to original behavior for invalid content-length handl…
…ing in CEL Size extractor (#37168) ## Description We recently refactored the CEL context expression logic in [this](#37057) PR and as part of this refactoring the `Size` extractor's behavior got slightly changed to return the `bytes` when the `content-length` header exists but is invalid. This PR is to revert back to the original behavior of not returning anything in that case. --- **Commit Message:** filters: revert to original behavior for invalid content-length handling in CEL Size extractor **Additional Description:** This PR reverts back to the original behavior of the **Size** extractor when we have `content-length` header present but it's invalid. **Risk Level:** Low **Testing:** Added Unit Tests **Docs Changes:** N/A **Release Notes:** N/A Signed-off-by: Rohit Agrawal <[email protected]>
- Loading branch information