Martin Panter added the comment:

Why do you want to this? Encoding files on the fly seems out of scope of the 
SimpleHTTPRequestHandler class to me, but perhaps a more flexible API that 
could be plugged in by the user could be beneficial.

See xmlrpc.server.SimpleXMLRPCRequestHandler.accept_encodings and related code 
for an existing implementation.

Did you consider using Transfer-Encoding instead of Content-Encoding?

What do you propose to do with Content-Length? What would happen to code that 
uses persistent HTTP connections?

There are a few bugs open about this in the client: Issue 1508475 discusses 
handling compression (especially via Content-Encoding), and Issue 4733 talks 
about text decoding, which would depend on decoding the Content-Encoding first.

----------
nosy: +martin.panter

_______________________________________
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