I've added the middleware without any special configurations, and am trying to test is using supertest.js.
In one test case I'm sending a POST request without specifying the 'Accept-Encoding' header, and still get in response the 'content-encoding' & 'transfer-encoding' headers.
Hi,
I've added the middleware without any special configurations, and am trying to test is using supertest.js.
In one test case I'm sending a POST request without specifying the 'Accept-Encoding' header, and still get in response the 'content-encoding' & 'transfer-encoding' headers.
Testing this in ARC/POSTMAN works as expected.
Any ideas?