Well, I'm of the view that one should avoid declaring variables within a
loop whenever possible. (you know - individual preferences etc.).

Moreover, should we be using some sort of bucket destruction stuff for those
local buckets - or will it be destroyed on its own ?.

Thanks
-Madhu

> -----Original Message-----
> From: Justin Erenkrantz [mailto:jerenkrantz@;apache.org]
> Sent: Wednesday, October 30, 2002 8:52 PM
> To: [EMAIL PROTECTED]
> Subject: RE: SSL Input Filter bogosity
> 
> 
> --On Wednesday, October 30, 2002 7:57 PM -0800 "MATHIHALLI,MADHUSUDAN 
> (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> wrote:
> 
> > 1. I think "apr_bucket *bucket" might be better out of the while()
> > loop rather than within the while(). But, with/without that change,
> > it doesn't work for me. Rather, using inbio->bucket works.
> 
> Actually, we prefer to have the loop-scope-only variables declared 
> inside the loop rather than outside.
> 
> I haven't tested the patch, so I can't speak to whether the whole 
> thing is busted or not.  =>  -- justin
> 

Reply via email to