Re: [Python-ideas] HTTP compression support for http.server

2017-08-07 Thread Pierre Quentel
2017-08-05 12:49 GMT+02:00 Barry : > Does you code allow suporting more then gzip? For example Brotli > compression is becoming inmportant for some web apps. > > Barry > In the latest version of the Pull Request, only gzip is supported. But your comment makes me think that the code should probably

[Python-ideas] HTTP compression support for http.server

2017-07-20 Thread Pierre Quentel
I have reported an issue in the tracker (https://bugs.python.org/issue30576) and proposed a Pull Request on the Github CPython repository ( https://github.com/python/cpython/pull/2078) to make http.server in the standard library support HTTP compression (gzip). I have been suggested to require fee