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
When passing -c, in case of VSL_t_req transactions the conditional on line 891 is False (because vsl[0].c_opt is True). However, the final conditional on line 895 is True, and the transaction gets ignored.
The text was updated successfully, but these errors were encountered:
Update varnishapi.py to the latest version (d8b259a), which fixes a bug
affecting the -c switch.
Change-Id: I408738550f585c102c2a645c1c6e52ffc76d426c
Ref: xcir/python-varnishapi#65
Hi,
there seems to be a bug in the way the -c switch is honored:
https://github.com/xcir/python-varnishapi/blob/master/src/varnishapi.py#L891
When passing -c, in case of VSL_t_req transactions the conditional on line 891 is False (because vsl[0].c_opt is True). However, the final conditional on line 895 is True, and the transaction gets ignored.
The text was updated successfully, but these errors were encountered: