Re: your suggestion for range_offset_limit

2009-11-27 Thread Matthew Morgan
Amos Jeffries wrote: Matthew Morgan wrote: On Wed, Nov 25, 2009 at 7:09 PM, Amos Jeffries squ...@treenet.co.nz wrote: Matthew Morgan wrote: Sorry it's taking me so long to get this done, but I do have a question. You suggested making getRangeOffsetLimit a member of HttpReply. There are

Re: your suggestion for range_offset_limit

2009-11-26 Thread Adrian Chadd
the trick at least in squid-2 is to make sure that quick abort isn't occuring. Or it will begin downloading the whole object, return the requested range bit, and then abort the remainder of the fetch. Adrian 2009/11/25 Amos Jeffries squ...@treenet.co.nz: Matthew Morgan wrote: On Wed, Nov

Re: your suggestion for range_offset_limit

2009-11-25 Thread Amos Jeffries
Matthew Morgan wrote: Sorry it's taking me so long to get this done, but I do have a question. You suggested making getRangeOffsetLimit a member of HttpReply. There are two places where this method currently needs to be called: one is CheckQuickAbort2() in store_client.cc. This one will be

Re: your suggestion for range_offset_limit

2009-11-25 Thread Matthew Morgan
On Wed, Nov 25, 2009 at 7:09 PM, Amos Jeffries squ...@treenet.co.nz wrote: Matthew Morgan wrote: Sorry it's taking me so long to get this done, but I do have a question. You suggested making getRangeOffsetLimit a member of HttpReply.  There are two places where this method currently needs to

Re: your suggestion for range_offset_limit

2009-11-25 Thread Amos Jeffries
Matthew Morgan wrote: On Wed, Nov 25, 2009 at 7:09 PM, Amos Jeffries squ...@treenet.co.nz wrote: Matthew Morgan wrote: Sorry it's taking me so long to get this done, but I do have a question. You suggested making getRangeOffsetLimit a member of HttpReply. There are two places where this