This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author quentel
Recipients martin.panter, quentel, v+python
Date 2017-06-10.13:18:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497100684.44.0.771688600588.issue30576@psf.upfronthosting.co.za>
In-reply-to
Content
The compression is done on the fly : if compression criteria are satisfied, the original content is gzipped, either in memory or on a temporary file on disk, depending on the file size.

The gzipped content is not cached, but since the server now supports browser cache, on the next requests for the same file a 304 response will be sent.
History
Date User Action Args
2017-06-10 13:18:04quentelsetrecipients: + quentel, v+python, martin.panter
2017-06-10 13:18:04quentelsetmessageid: <1497100684.44.0.771688600588.issue30576@psf.upfronthosting.co.za>
2017-06-10 13:18:04quentellinkissue30576 messages
2017-06-10 13:18:04quentelcreate