The HAProxy configuration manual contains the following note: > Compression is disabled when: > * HTTP status code is not 200
However, many rest APIs send back a 201 status code after receiving a POST. What is the rationale for only compressing responses with a 200 status code? Thanks, Jesse

