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
This commit is contained in:
heil 2011-02-10 17:14:36 +00:00
parent a2b0204cb5
commit a6bdf83408

View File

@ -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