r4247 - branches/2.0/varnish-cache/bin/varnishtest

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Sep 28 11:24:38 CEST 2009


Author: tfheen
Date: 2009-09-28 11:24:38 +0200 (Mon, 28 Sep 2009)
New Revision: 4247

Modified:
   branches/2.0/varnish-cache/bin/varnishtest/vtc_http.c
Log:
Merge r4045: And allocate a larger rxbuf while at it. (varnishtest)


Modified: branches/2.0/varnish-cache/bin/varnishtest/vtc_http.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc_http.c	2009-09-28 09:15:21 UTC (rev 4246)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc_http.c	2009-09-28 09:24:38 UTC (rev 4247)
@@ -781,7 +781,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