Problem with ssi, proxy_pass and gzip
Igor Sysoev
is at rambler-co.ru
Thu Oct 30 18:03:25 MSK 2008
On Tue, Sep 02, 2008 at 10:37:34PM +0400, Maxim Dounin wrote:
> Hello!
>
> On Tue, Sep 02, 2008 at 12:35:03PM +0500, Rauf Kuliyev wrote:
>
> >Здравствуйте,
> >
> >В процессе экспериментов, в архив попал испорченный c2.html, подправил.
>
> Прилагаемый патч проблему исправляет, однако я не уверен в его
> оптимальности.
>
> To Игорь: посмотри пожалуйста. Что именно происходит я постарался
> описать в заголовке патча.
Более правильный патч прилагается.
--
Игорь Сысоев
http://sysoev.ru
-------------- next part --------------
Index: src/http/ngx_http_postpone_filter_module.c
===================================================================
--- src/http/ngx_http_postpone_filter_module.c (revision 1604)
+++ src/http/ngx_http_postpone_filter_module.c (working copy)
@@ -216,7 +216,7 @@
r->postponed = r->postponed->next;
}
- if (r->out) {
+ if (r != r->main && r->out) {
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
"http postpone filter out again \"%V?%V\"",
&r->uri, &r->args);
More information about the nginx-ru
mailing list