On Tue, 10 Apr 2001, Geoffrey Young wrote:

> +    else {
> +       ap_table_unset(r->headers_out, "Pragma");
> +       ap_table_unset(r->headers_out, "Cache-control");
> +    }

thanks, applied.  but changed to 'else if (items > 1)', so '$r->no_cache'
without a set value does not trigger the unsetting.

also wondering, can the `Pragma' header used for anything other than
'no-cache' ?  don't want to wipe out something we shouldn't be.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to