You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the Content-Length header is read when a response passes through the middleware, and that it is later deleted before writing the gzipped response to prevent the EOF.
Should a Content-Length header be set after the size of the compressed content is known? What are the reasons for omitting Content-Length on gzipped responses?
The text was updated successfully, but these errors were encountered:
I see that the
Content-Length
header is read when a response passes through the middleware, and that it is later deleted before writing the gzipped response to prevent the EOF.Should a
Content-Length
header be set after the size of the compressed content is known? What are the reasons for omittingContent-Length
on gzipped responses?The text was updated successfully, but these errors were encountered: