tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

make sure the backend receives the same content-encoding #603

Closed kingluo closed 2 months ago

kingluo commented 2 months ago

test for https://github.com/tempesta-tech/tempesta/issues/2081

@KonsKo @krizhanovsky The existing test (deproxy backend) doesn't seem to check if the Content-Encoding values of the client and backend match, so that's why I'm adding a new test here. That is, t_malformed.test_h2_malformed_headers.H2MalformedRequestsWithoutStrictParsingTest.test_content_encoding always passes. But anyway, for completeness, I'm enabling it again.