varnish changes HEAD to GET on backend request
Poul-Henning Kamp
phk at phk.freebsd.dk
Wed Apr 14 19:16:05 CEST 2010
In message <1271264159.28720.118.camel at oasis>, Taylan Develioglu writes:
>sub vcl_recv {
> if (req.request == "HEAD") {
> return(pass);
> }
>}
>
>HEAD is still changed into GET.
That's a bug, please open a ticket.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
More information about the varnish-misc
mailing list