From: Thomas Heil Date: Thu, 10 Feb 2011 17:14:36 +0000 (+0000) Subject: Package: haproxy - increase default bufsize to 16384 so that http error 400 is not... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=69e66934f9e4cea7272f25fa38c87b2279efd547;p=openwrt%2Fsvn-archive%2Fpackages.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 SVN-Revision: 25444 --- 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