You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, setting certain timeouts like first_byte_timeout and between_byte_timeout to 0 causes them to disable and wait forever, but this is not the case.
According to the docs, setting certain timeouts like
first_byte_timeoutandbetween_byte_timeoutto0causes them to disable and wait forever, but this is not the case.varnish-cache/include/tbl/params.h
Lines 248 to 249 in f4dcf8f
These timeouts zero out, but then get unzeroed here:
varnish-cache/bin/varnishd/cache/cache_session.c
Lines 333 to 334 in f4dcf8f
VTC: