From 9547a28faa9b4a9df02bea3cd55b011d615532e9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 15 Apr 2015 12:41:23 +0200 Subject: Add BIGREQUEST extension support to nxproxy/nxcomp. This work has been started by Paul Szarbo but has been discontinued before final completion. So, this is work in progress. For reference / communication history, see [1]. [1] https://bugs.debian.org/766299 --- nxcomp/DecodeBuffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nxcomp/DecodeBuffer.h') diff --git a/nxcomp/DecodeBuffer.h b/nxcomp/DecodeBuffer.h index 9345f4e23..76263943b 100644 --- a/nxcomp/DecodeBuffer.h +++ b/nxcomp/DecodeBuffer.h @@ -30,7 +30,8 @@ #include "ActionCacheCompat.h" #include "PositionCacheCompat.h" -#define DECODE_BUFFER_OVERFLOW_SIZE 4194304 +// See WriteBuffer.h and EncodeBuffer.h +#define DECODE_BUFFER_OVERFLOW_SIZE 10*1024*1024 #define DECODE_BUFFER_POSTFIX_SIZE 1 -- cgit v1.2.3