Varnish backend timeout doesn't work with keep alive backend

JackDrogon jack.xsuperman at gmail.com
Wed Dec 28 10:12:54 CET 2016


Hi,All:
	I set varnish backend that:
	backend default { .host = "127.0.0.1"; .port = "4567"; .connect_timeout = 1s; .first_byte_timeout = 2s; .between_bytes_timeout = 1s; }
	The first timeout is right, but if the prev connection is right, varnish use keepalive to deal with the next connection with same url and the timeout conf doesn't wok.
	How can make timeout work with all connections even with backend keepalive.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20161228/45d9a815/attachment.html>


More information about the varnish-misc mailing list