On Tue, Oct 19, 2021 at 4:31 PM <minf...@apache.org> wrote:
>
> --- apr/apr/trunk/include/apr_buckets.h (original)
> +++ apr/apr/trunk/include/apr_buckets.h Tue Oct 19 14:30:37 2021
> @@ -53,6 +53,11 @@ extern "C" {
>  /** default bucket buffer size - 8KB minus room for memory allocator headers 
> */
>  #define APR_BUCKET_BUFF_SIZE 8000
>
> +/** if passed to apr_brigade_split_boundary(), the string length will
> + * be calculated
> + */
> +#define APR_BUCKETS_STRING -1

Maybe (apr_size_t)-1 ?


Regards;
Yann.

Reply via email to