Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: размер отдаваемого файл а с использованием ngx http a ddition module
Решил вопрос костылем в
ngx_http_addition_filter_module.c:
[code]
//ngx_http_clear_content_length(r);
r->headers_out.content_length_n += 22016; // Размер
приклеиваемого файла
if (r->headers_out.content_length) {
r->headers_out.content_length->hash = 0;
}
r->headers_out.content_length = NULL;
[/code]
Может стоит переделать это
по-нормальному в nginx-е?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,130886,131295#msg-131295
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|