users@grizzly.java.net

Re: GZIP'ing content ...

From: Alan Williamson <alan_at_blog-city.com>
Date: Fri, 29 Aug 2008 17:01:01 +0100

Right got a wee problem with this now. Someone can help i am sure.

We have nginx proxying requests to a series of backend loadbalanced
machines all running Grizzly.

Now nginx only proxes using HTTP/1.0; and it would appear Grizzly's GZIP
isn't being invoked for HTTP/1.0 type of requests (true or false)?

Now it only proxies in 1.0 because nginx does not support chunked transfers.

So what options available to me? Do i zip it manually and then send it
via Grizzly and turn off the Grizzly auto gzip'ing?

thx