On Wed, 28 Feb 2001 [EMAIL PROTECTED] wrote:

> I like making APR_BUCKET_BUFF_SIZE == 8192 [and using it]

Okay, I'll do that.

> and removing the other.

HUGE_STRING_LEN comes from apr_lib.h, not from within aprutil, and other
parts of APR (and maybe Apache, too) are using it.  It ought to be
namespace protected (APR_HUGE_STRING_LEN) (don't I remember past
discussion about this?).

At that point, we could just

#define APR_BUCKET_BUFF_SIZE  APR_HUGE_STRING_LEN

But then, is APR_BUCKET_BUFF_SIZE still useful?  Its name is probably more
meaningful.

--Cliff

Reply via email to