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