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
After building VMOD and running make check error message for src/tests/test04.vtc test file appears in Varnish logs:
VCL_Error b Setting bereq.method to empty string
Setting req.http.x-meth in vcl_recv should be placed outside of if (req.method == "POST") condition or the value should be verified in vcl_backend_fetch before transferring to bereq.method. I chose the first approach in PR with bug fix.
Debian 8 Jessie
Varnish 5.1.1-1
After building VMOD and running
make check
error message forsrc/tests/test04.vtc
test file appears in Varnish logs:VCL_Error b Setting bereq.method to empty string
Setting
req.http.x-meth
invcl_recv
should be placed outside ofif (req.method == "POST")
condition or the value should be verified invcl_backend_fetch
before transferring tobereq.method
. I chose the first approach in PR with bug fix.#22
The text was updated successfully, but these errors were encountered: