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
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
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
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
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
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