André Cruz <[EMAIL PROTECTED]> writes: > I'm having problems with POST requests. They reach varnish but nothing > happens and the backend is not contacted. > > I see this in the log: > 11 SessionOpen c 10.134.145.2 51721 > > ... > 11 Debug c "Pipe Shut read(read)" > 11 Debug c "Pipe Shut write(read)" > > I found this ticket "http://varnish.projects.linpro.no/ticket/47" > which seemed to refer to my problem but even switching to "pipe" does > not solve it.
"Pipe Shut" comes from the pipe code, so switching *to* pipe won't make any difference because it already *is* pipe. This is not an error message, BTW, just an indication that a pipe session ended. DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
