Matt Sergeant wrote:

>
> Gzipped results to the browser, ripped straight from Apache::GzipChain:
>
> #     AxKit::Debug(5, 'Getting Vary header');
> #     my @vary = $r->header_out('Vary') if $r->header_out('Vary');
> #     push @vary, "Accept-Encoding", "User-Agent";
> #     AxKit::Debug(5, 'Setting Vary header');
> #     $r->header_out('Vary',
> #                     join ", ",
> #                     @vary
> #                 );
>

excuse my ignorance,  but for my own knowledge, what is the problem with this code?  
is it the
"my @vary" with the "if" conditional??
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/



Reply via email to