From e7a5d973f3d43d42157b3a6b01040ad2a7b35f0c Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Sun, 23 Nov 2008 17:57:07 +0000 Subject: [PATCH] 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 --- modules/filters/mod_sed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.40.0