Commit 83639729 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Allow backend timeouts to be zero.


Fixes #635



git-svn-id: http://www.varnish-cache.org/svn/trunk@4508 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f95226bc
......@@ -98,7 +98,6 @@ VBE_ReleaseConn(struct vbe_conn *vc)
dst = be->tmx; \
if (dst == 0.0) \
dst = params->tmx; \
assert(dst > 0.0); \
} while (0)
......
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