You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ryan Bloom <rb...@covalent.net> on 2001/08/15 23:24:20 UTC

Re: [PATCH] new and improved ap_vrprintf fix to handle > 4K

+const int BUFSIZE = 4096;
+static char vrprintf_buf[4096];

Other than turning BUFSIZE into a macro, +1.

Ryan

On Wednesday 15 August 2001 14:11, Cody Sherr wrote:
> The purpose of this patch is to allow vrprintf to work for larger than 4k
> sized fmt strings by providing a flushing function for vformatter to use
> when the buffer fills up.
>
> regards,

-- 

______________________________________________________________
Ryan Bloom                        	rbb@apache.org
Covalent Technologies			rbb@covalent.net
--------------------------------------------------------------