Re: Proposal: add request decompression to gzip middleware

2013-05-25 Thread Florian Apolloner
Hi, given that I already think that the GzipMiddleware is a bad idea (it should be left up to the webserver), I don't like the idea of adding this to the current middleware. Any reason why you couldn't do this in the webserver? Regards, Florian -- You received this message because you are sub

Proposal: add request decompression to gzip middleware

2013-05-25 Thread Sébastien Béal
Hi, I would like to suggest to add requests decompression to the gzip middleware. Although few browsers have the ability to compress the request body, some use cases exists with other type of clients when building REST APIs or WebDAV clients. To my knowledge, only Apac