Re: HTTP cache API changes

2010-08-04 Thread James Abley
On 4 August 2010 16:28, Moore, Jonathan wrote: > Ok, gotcha. Sounds fine to me. > > -Original Message- > From: Oleg Kalnichevski [mailto:ol...@apache.org] > Sent: Wednesday, August 04, 2010 11:16 AM > To: HttpComponents Project > Subject: RE: HTTP cache API changes &

RE: HTTP cache API changes

2010-08-04 Thread Moore, Jonathan
Ok, gotcha. Sounds fine to me. -Original Message- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Wednesday, August 04, 2010 11:16 AM To: HttpComponents Project Subject: RE: HTTP cache API changes On Wed, 2010-08-04 at 10:11 -0400, Moore, Jonathan wrote: > Hi Oleg, > >

RE: HTTP cache API changes

2010-08-04 Thread Oleg Kalnichevski
On Wed, 2010-08-04 at 10:11 -0400, Moore, Jonathan wrote: > Hi Oleg, > > I'll see if I can take a look later today at these. > > Regarding the SizeLimitedResponseReader, the main reason we currently read > things into an in-memory buffer is so that we can correctly handle a streamed > response

RE: HTTP cache API changes

2010-08-04 Thread Moore, Jonathan
Hi Oleg, I'll see if I can take a look later today at these. Regarding the SizeLimitedResponseReader, the main reason we currently read things into an in-memory buffer is so that we can correctly handle a streamed response with chunked transfer that ends up being too big: we can't tell ahead o