In message <[EMAIL PROTECTED]>, Ricardo N ewbery writes: >Vary support without ETag concerns me a bit. See https:// >bugzilla.mozilla.org/show_bug.cgi?id=269303
Vary will respect any header listed. >How about an "INM without IMS" request? Still served out of cache I >suppose. Is it possible to modify this behavior via vcl? Everything is served out of cache except Cookies and Authentication. IMS is only special in that it does not return the body unless necessary. INM is ignored and hence the body is always returned. >Okay. If I understand correctly, since Varnish doesn't respect cache- >control from clients, then backend-generated cache-control like "must- >revalidate", "proxy-revalidate", and "no-cache" are unnecessary >since the "max-age" and "s-maxage" response cache-controls are >sufficient -- at least as far as the Varnish heuristic is concerned. >Correct? You may still want to generate the headers for the clients to see. >Does Varnish respect "private" and "no-store" in the response? No. Varnish is considered part of the web-server, and thus these don't apply to it (unless people implement them in VCL) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc