[Varnish] #1480: Porting guide for 4.0.0 is incomplete
Varnish
varnish-bugs at varnish-cache.org
Sun Apr 13 16:30:07 CEST 2014
#1480: Porting guide for 4.0.0 is incomplete
---------------------------+--------------------
Reporter: falconindy | Owner:
Type: documentation | Status: new
Priority: normal | Milestone:
Component: website | Version: trunk
Severity: normal | Resolution:
Keywords: |
---------------------------+--------------------
Comment (by falconindy):
For some reason I thought I was finished porting... More examples:
- obj.status -> beresp.status (in vcl_backend_error)
- obj.response -> beresp.reason (in vcl_backend_error)
- in vcl_hash, return(hash) is no longer valid
- in vcl_pass, return(pass) is no longer valid
- in vcl_recv, return(lookup) is no longer valid
A bunch of this seems to be inferred by the builtin.vcl shipped with
varnish.
--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1480#comment:1>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list