https://issues.apache.org/bugzilla/show_bug.cgi?id=52860
--- Comment #5 from Jesús Cea <[email protected]> --- I just hit this. I was trying to use "Range" with "Content-encoding: gzip", and that is not working as expected. Investigating what could I do, I got this in my Python code: """ # Interferencia con 'range' # http://forum.nginx.org/read.php?2,209738,210053 del s.headers["Accept-Encoding"] # Esto no hace nada en las versiones actuales de Apache, # pero sí funcionará en las futuras: # https://issues.apache.org/bugzilla/show_bug.cgi?id=52860 # También se puede controlar a través de un CGI. s.headers["TE"] = "gzip" """ So, yes, when Apache supports "TE: gzip", there is at least a client who is going to use it :). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
