[Varnish] #1309: req.url is not writable in VCL sub vcl_miss
Varnish
varnish-bugs at varnish-cache.org
Mon May 27 12:57:59 CEST 2013
#1309: req.url is not writable in VCL sub vcl_miss
-------------------------+-------------------------
Reporter: raymondjiii | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Resolution: worksforme
Keywords: |
-------------------------+-------------------------
Changes (by daghf):
* status: new => closed
* resolution: => worksforme
Comment:
Changes to req.* are written to bereq prior to entering vcl_miss. In order
to have your changes show up in the backend request, you will then have to
edit bereq.url and not req.url.
--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1309#comment:1>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list