an update on this one ... do not worry.
the problem was traced to the front end load balancer (nginx) who is
decompressing the stream from the backend!!!!
I'll batter on their doors now to see whats what.
btw ... i was looking at an old post, and wanted to figure out if i can
see how much data i am savng by GZIP'ing, but looking at the
RequestGroupInfo class i don't see a way to know this.
any tips?
http://markmail.org/message/yaihwnebjlwfnnom#query:grizzly%20gzip%20monitor+page:1+mid:yaihwnebjlwfnnom+state:results
>> st.setCompression("on");
>> st.setCompressableMimeTypes("text/xml");
>> st.setCompressionMinSize(gzipThreshold);
>
> Hum....what is the Threshold value?