change Transfer-encoding
khaledosama999 opened this issue · 1 comments
khaledosama999 commented
Im using the middleware for compressing JSON ajax responses is there anyway to change the Transfer-encoding header value from chunked to gzip for example so i can display the Content-Length header ?
dougwilson commented
Afaik no web browser supports gzip in transfer-encodong, only in content-encoding.
That said, if you want to make a pull request with the change and testing shows it works in various web browsers and clients we will accept it.