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 can reproduce, and I am pretty sure this is an unintended side effect of disabling the compression for streaming responses (see #30).
Unfortunately looking at the code, I am not sure if there is an easy way of saying "disable compression for streaming responses, unless the response is for static content", from the response object. I might be wrong, so I will ping @gilad9366@raphaeljolivet who were active in the other discussion.
How about an option switch COMPRESS_STREAMS (default False) until this is solved?
This would help at least some people since not everyone actually needs streaming responses.
I am not sure what happened.
The gzip compress of my website works fine in
v1.11
.However, in
v1.12
all files are uncompressed.My usecase is basic as follows, where my static files locate in
/web
directory.The text was updated successfully, but these errors were encountered: