]> err.no Git - varnish/commitdiff
One second is too hysterical a timeout
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 27 Jun 2008 13:09:15 +0000 (13:09 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 27 Jun 2008 13:09:15 +0000 (13:09 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2857 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/vtc_http.c

index cc4ddbec3868783290300aefc41adf1a5009d668..4d49bddb61edcd031b0194683aed357375101804 100644 (file)
@@ -604,7 +604,7 @@ http_process(struct vtclog *vl, const char *spec, int sock, int client)
        hp->fd = sock;
        hp->vl = vl;
        hp->client = client;
-       hp->timeout = 1000;
+       hp->timeout = 3000;
        hp->nrxbuf = 8192;
        hp->vsb = vsb_newauto();
        hp->rxbuf = malloc(hp->nrxbuf);         /* XXX */