mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
304 responses contains "Content-length" or "Transfer-encoding" headers. rxresp action expects to get a payload in this case, even if 304 reponses must not have any payload. A workaround was added to remove these headers from the 304 responses. However, a better solution is to only get the response headers from clients using rxresphdrs action. If a payload is erroneously added in these reponses, the scripts will fail the same way. So it is safe. |
||
|---|---|---|
| .. | ||
| basic.vtc | ||
| caching_rules.vtc | ||
| expires.vtc | ||
| if-modified-since.vtc | ||
| if-none-match.vtc | ||
| post_on_entry.vtc | ||
| sample_fetches.vtc | ||
| vary.vtc | ||
| vary_accept_encoding.vtc | ||