Welcome! Log In Create A New Profile

Advanced

[PATCH] Fastcgi: fix large stderr handling without cache

Maxim Dounin
January 19, 2011 02:08PM
# HG changeset patch
# User Maxim Dounin <mdounin@mdounin.ru>
# Date 1295463965 -10800
# Node ID 861939dcbd212e535cbee15c574a76bd7a72917a
# Parent f02ddde4a240628b002b3fc85aa19bb38e7c5d85
Fastcgi: fix large stderr handling without cache.

diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -1280,6 +1280,8 @@ ngx_http_fastcgi_process_header(ngx_http
} else {
u->buffer.pos = u->buffer.start;
}
+#else
+ u->buffer.pos = u->buffer.start;
#endif

u->buffer.last = u->buffer.pos;

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[PATCH] Fastcgi: fix large stderr handling without cache

Maxim Dounin 2300 January 19, 2011 02:08PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 231
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready