From a6bdf83408541d78abeb741552799161259f99c5 Mon Sep 17 00:00:00 2001 From: heil Date: Thu, 10 Feb 2011 17:14:36 +0000 Subject: [PATCH] Package: haproxy - increase default bufsize to 16384 so that http error 400 is not thrown any longer due to large get requests (reduce this in the global section with (tune.bufsize 8192) to save memory Thx. to Willy git-svn-id: svn://svn.openwrt.org/openwrt/packages@25444 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index bbc360b5d..b937db426 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -42,7 +42,7 @@ define Build/Compile CFLAGS="$(TARGET_CFLAGS)" \ LD="$(TARGET_CC)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ - SMALL_OPTS="-DBUFSIZE=16060 -DMAXREWRITE=8192 -DSYSTEM_MAXCONN=65530" USE_LINUX_TPROXY=1 \ + SMALL_OPTS="-DBUFSIZE=16384 -DMAXREWRITE=8192 -DSYSTEM_MAXCONN=65530" USE_LINUX_TPROXY=1 \ all install endef -- 2.11.0