On Thu, 28 Nov 2002, Alex Tutubalin wrote:
> > Правильно ли я понимаю, что RApache смотрит только на content-type,
> > когда определяет -- нужна ли перекодировка и забивает на Encoding,
> > что приводит к перекодированию архивов?
>
> Правильно понимаешь.
Э, а что же это тагда
----
/* quick fix */
if (r->content_encoding || ap_table_get(r->headers_out,"Content-Encoding"))
return 0;
----
в ra_check_type() ?
Игорь Сысоев
http://sysoev.ru
=============================================================================
= Apache-Rus@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-rus" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://apache.lexa.ru/mail-archive =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.