[Varnish] #102: RES_WriteObj() does not send body for POST
Varnish
varnish-bugs at projects.linpro.no
Fri Jun 20 17:50:29 CEST 2008
#102: RES_WriteObj() does not send body for POST
----------------------+-----------------------------------------------------
Reporter: des | Owner: des
Type: defect | Status: closed
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------------
Changes (by phk):
* status: assigned => closed
* resolution: => fixed
Comment:
I have entered a regression test for this feature using just this VCL:
{{{
if (req.request == "POST") {
set req.request = "GET";
}
}}}
and as far as I can see, that works.
--
Ticket URL: <http://varnish.projects.linpro.no/ticket/102#comment:4>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list