comparison src/http/modules/ngx_http_log_module.c @ 682:5cb5db9975ba NGINX_1_3_4

nginx 1.3.4 *) Change: the "ipv6only" parameter is now turned on by default for listening IPv6 sockets. *) Feature: the Clang compiler support. *) Bugfix: extra listening sockets might be created. Thanks to Roman Odaisky. *) Bugfix: nginx/Windows might hog CPU if a worker process failed to start. Thanks to Ricardo Villalobos Guevara. *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header", "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header", "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header" directives might be inherited incorrectly.
author Igor Sysoev <http://sysoev.ru>
date Tue, 31 Jul 2012 00:00:00 +0400
parents 981b4c44593b
children b5b7eea22fda
comparison
equal deleted inserted replaced
681:625501f84a6b 682:5cb5db9975ba
216 216
217 { ngx_null_string, 0, NULL } 217 { ngx_null_string, 0, NULL }
218 }; 218 };
219 219
220 220
221 ngx_int_t 221 static ngx_int_t
222 ngx_http_log_handler(ngx_http_request_t *r) 222 ngx_http_log_handler(ngx_http_request_t *r)
223 { 223 {
224 u_char *line, *p; 224 u_char *line, *p;
225 size_t len; 225 size_t len;
226 ngx_uint_t i, l; 226 ngx_uint_t i, l;