Pierre Quentel added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30576>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to