Graham Leggett wrote:
> On Wed, October 25, 2006 4:14 pm, Davi Arnaut wrote:
> 
>> && (rv == APR_SUCCESS && rv2 == APR_SUCCESS) {
>>
>> Otherwise we may keep walking through the brigade unnecessarily.
> 
> This is intentional - we don't want a failure on store_body() to cause a
> premature abort on the network write.

Huh ? The loop will break and the whole brigade will be sent at once a
few lines below. Why would we want to keep splitting the brigade ?

There is no reason to keep breaking the buckets if we won't store then,
or I am missing something ?

--
Davi Arnaut

Reply via email to