Axios not receiving 204 response with Transfer-Encoding...
Describe the bug After upgrading our node version to v14.15.1 our Axios requests in our express server never receive a response from an endpoint that returns 204 with header: 'Transfer-Encoding': 'chunked'. I know we should not be receiv...