Handle 1xx, 204 and 304 status codes without body outsourcing
Closed this issue · 0 comments
thomashilzendegen commented
A HTTP Status Code of 1xx, 204 and 304 does not have a body, thus no content-length header is provided. In that case, no outsourcing try should happen here.