--- Begin Message --- Henri Gomez wrote:
Remy ?

Henri Gomez wrote:

Take a look in jakarta-tomcat-connectors (ie: http://apache.fastorama.com/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz)


jakarta-tomcat-connectors\http11\src\java\org\apache\coyote\http11


Thanks, found it in the Http11Processor. However, it seems that the Coyote connector doesn't handle the "TE" header. In other words, it doesn't seem to support negotiation?

I intended to use that at first, but actually realized the browsers don't use that. Since the simple way of doing compression works with (I think) every decent client, I decided to remove the fancy handling of negociation I had coded (given the way the filters work and can be stacked, it's obvious that I did them that way for that reason).


Rémy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--- End Message ---


Reply via email to