tempesta-tech / tempesta-test

Test suite for Tempesta FW
11 stars 4 forks source link

Correct Transfer-Encoding framing for cached and proxied responses #289

Closed krizhanovsky closed 1 year ago

krizhanovsky commented 2 years ago

With this commit we remove trailing CRLF for responses returned from the cache and stored with Transfer-Encoding: chunked. Need to test that we do not break message framing and really remove unnecessary CRLF.

With https://github.com/tempesta-tech/tempesta/pull/1418 we might remove Chunked-Encoding from cached responses at all, so the test issue probably must be adjusted. @const-t could you please update the issue after the PR?