Commit 90ff618f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Increase the default http RX timeout for server/client to 5 seconds.

parent 089a3352
......@@ -1065,7 +1065,7 @@ http_process(struct vtclog *vl, const char *spec, int sock, int sfd)
ALLOC_OBJ(hp, HTTP_MAGIC);
AN(hp);
hp->fd = sock;
hp->timeout = 3000;
hp->timeout = 5000;
hp->nrxbuf = 640*1024;
hp->vsb = vsb_newauto();
hp->rxbuf = malloc(hp->nrxbuf); /* XXX */
......
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