From: Jim Jagielski Date: Sun, 23 Nov 2008 17:57:07 +0000 (+0000) Subject: testing indicates a large buffsize (~8k) is better... X-Git-Tag: 2.3.0~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7a5d973f3d43d42157b3a6b01040ad2a7b35f0c;p=apache testing indicates a large buffsize (~8k) is better... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720018 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_sed.c b/modules/filters/mod_sed.c index 564e9c6fbb..4361fd26c2 100644 --- a/modules/filters/mod_sed.c +++ b/modules/filters/mod_sed.c @@ -26,7 +26,7 @@ #include "libsed.h" static const char *sed_filter_name = "Sed"; -#define MODSED_OUTBUF_SIZE 4000 +#define MODSED_OUTBUF_SIZE 8000 typedef struct sed_expr_config {