r4045 - trunk/varnish-cache/bin/varnishtest

phk at projects.linpro.no phk at projects.linpro.no
Fri May 1 11:57:11 CEST 2009


Author: phk
Date: 2009-05-01 11:57:11 +0200 (Fri, 01 May 2009)
New Revision: 4045

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc_http.c
Log:
And allocate a larger rxbuf while at it.



Modified: trunk/varnish-cache/bin/varnishtest/vtc_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_http.c	2009-05-01 09:56:36 UTC (rev 4044)
+++ trunk/varnish-cache/bin/varnishtest/vtc_http.c	2009-05-01 09:57:11 UTC (rev 4045)
@@ -769,7 +769,7 @@
 	hp->vl = vl;
 	hp->client = client;
 	hp->timeout = 3000;
-	hp->nrxbuf = 8192;
+	hp->nrxbuf = 64*1024;
 	hp->vsb = vsb_newauto();
 	hp->rxbuf = malloc(hp->nrxbuf);		/* XXX */
 	AN(hp->rxbuf);



More information about the varnish-commit mailing list