[issue30576] http.server should support HTTP compression (gzip)

Martin Panter report at bugs.python.org
Sun Jun 25 00:07:33 EDT 2017


Martin Panter added the comment:

For existing “.gz” files, I wasn’t suggesting to compress them a second time, just for the server report that they are already compressed, like how it reports the Content-Type value based on the file name. Including Content-Encoding would help browsers display pages like <http://www.yoyodesign.org/outils/ngzip/index.en.html.gz>.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30576>
_______________________________________


More information about the Python-bugs-list mailing list