users@grizzly.java.net

Re: GZip stream

From: Richard Corsale <igf1_at_yahoo.com>
Date: Tue, 5 Jan 2010 08:58:20 -0800 (PST)

Actually I haven't tried it recently, I was really just thinking about it logically.

After I establish the connection and respond with 100 continuation, thats where I would need to tell the browser that every bit of data I respond with will be compressed. Not like long polling where the response header is sent with the payload.

--Richard