From: heil Date: Thu, 10 Feb 2011 17:14:36 +0000 (+0000) Subject: Package: haproxy X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=a6bdf83408541d78abeb741552799161259f99c5;p=packages.git 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 --- 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