dadi / cdn

CDN is a Just-in-time asset manipulation and delivery application, providing a complete content distribution/delivery solution
https://dadi.cloud/en/cdn
Other
217 stars 43 forks source link

Set content length header after gzip #484

Closed jimlambie closed 5 years ago

jimlambie commented 5 years ago

The browser doesn't know when the response is ending because we are setting the content length before gzipping, so the browser thinks there is more to come. This PR sets the content length after gzipping.

Fix #479