Hi.

According to: 
http://varnish.projects.linpro.no/wiki/FAQ#ShouldIusepipeorpassinmyVCLcode

pipe must be used to handle POST requests, but according to:

http://varnish.projects.linpro.no/wiki/VCLExampleDefault

POST requests are handled with pass.

    if (req.request != "GET" && req.request != "HEAD") {
        /* We only deal with GET and HEAD by default */
        pass;
    }


What document is wrong ?

Thanks in advance.
Best regards.
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to