> -----Original Message-----
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Thursday, February 16, 2012 12:50 PM
> To: Tomcat Users List
> Subject: Re: Cores with FlushableGzipOutputStream
> 
> On 16/02/2012 20:45, Allen Reese wrote:
> > My question is, I have all of the data in pcap format, so I can
> extract the chunks, what is the best way to feed this through.
> > Do I decompress it all and write it all at once through the stream?
> > Or is this going to matter based on what order the chunks got written
> in.
> 
> Based on the work we did on the previous JVM bug that we worked around,
> you'll need to flush at the correct point. I would start by recreating
> exactly what you see in the network trace and then start to merge
> chunks to simplify as far as you can.

That's what I was afraid of.  It looks like it's gzipped and then chunked.  I 
guess I need to extract each chunk and try flushing that.

--Allen

> Mark
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to