What about gzip compression ?

2004-07-08 Thread Henri Gomez
Hi to all, Did some of you works on adding gzip compression support to client and server ? At least gzip compression for xml-rpc client will be very usefull. Regards

Re: What about gzip compression ?

2004-07-08 Thread Jochen Wiedmann
Henri Gomez wrote: Did some of you works on adding gzip compression support to client and server ? At least gzip compression for xml-rpc client will be very usefull. If so, please note that HTTP 1.1 clearly specifies a negotiation using the "Transfer-Encoding" and "TE" headers. Jochen

Re: What about gzip compression ?

2004-07-08 Thread Henri Gomez
Jochen Wiedmann wrote: Henri Gomez wrote: Did some of you works on adding gzip compression support to client and server ? At least gzip compression for xml-rpc client will be very usefull. If so, please note that HTTP 1.1 clearly specifies a negotiation using the "Transfer-Encoding" and "TE" head

Re: What about gzip compression ?

2004-07-08 Thread Jochen Wiedmann
Henri Gomez wrote: Of course, there is some excellent code in jakarta-tomcat-connecters and the sub projet http11. Do you have a pointer to that? (I'll not intend to use it for xml-rpc, but privately.) Regards, Jochen

Re: What about gzip compression ?

2004-07-08 Thread Henri Gomez
Jochen Wiedmann wrote: Henri Gomez wrote: Of course, there is some excellent code in jakarta-tomcat-connecters and the sub projet http11. Do you have a pointer to that? (I'll not intend to use it for xml-rpc, but privately.) Take a look in jakarta-tomcat-connectors (ie: http://apache.fastorama.c

Re: What about gzip compression ?

2004-07-08 Thread Jochen Wiedmann
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