Commit d244202b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Allow larger bodies in varnishtest

parent 56260960
......@@ -1143,7 +1143,7 @@ http_process(struct vtclog *vl, const char *spec, int sock, int sfd)
AN(hp);
hp->fd = sock;
hp->timeout = 5000;
hp->nrxbuf = 640*1024;
hp->nrxbuf = 2048*1024;
hp->vsb = VSB_new_auto();
hp->rxbuf = malloc(hp->nrxbuf); /* XXX */
hp->sfd = sfd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment