Closed huayra closed 7 years ago
When translating "error" from 3 to 4 is kind of broken. It works fine as long as you do not something like the URL or the Hostname. I.e. in vcl_recv:
but, this example does not work (req.http.host would not work either):
as we should expect:
We understand this as a syntax error that can easily be fixed. Would you welcome such an addition?
I thought I fixed this. 😞
Feel free to submit a PR if it's still happening.
PR: https://github.com/fgsch/varnish3to4/pull/7
When translating "error" from 3 to 4 is kind of broken. It works fine as long as you do not something like the URL or the Hostname. I.e. in vcl_recv:
but, this example does not work (req.http.host would not work either):
as we should expect:
We understand this as a syntax error that can easily be fixed. Would you welcome such an addition?