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
Would probably make sense, but I am not sure if it is that easy because normally you want to stream the response and not first load the whole file, compress it and then serve it.
Also check out wsgizgip, which is a very simple gzip wsgi wrapper.
Python includes a built-in
gzip
module which since Python 3.2 supportsgzip.compress(…)
.Do you think it would make sense to allow on the fly gzip encoding?
The text was updated successfully, but these errors were encountered: