comparison src/core/ngx_conf_file.c @ 501:98143f74eb3d NGINX_0_7_58

nginx 0.7.58 *) Feature: a "listen" directive of the mail proxy module supports IPv6. *) Feature: the "image_filter_jpeg_quality" directive. *) Feature: the "client_body_in_single_buffer" directive. *) Feature: the $request_body variable. *) Bugfix: in ngx_http_autoindex_module in file name links having a ":" symbol in the name. *) Bugfix: "make upgrade" procedure did not work; the bug had appeared in 0.7.53. Thanks to Denis F. Latypoff.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 May 2009 00:00:00 +0400
parents ed5e10fb40fc
children f39b9e29530d
comparison
equal deleted inserted replaced
500:bb2281a3edb6 501:98143f74eb3d
444 found = 0; 444 found = 0;
445 need_space = 0; 445 need_space = 0;
446 last_space = 1; 446 last_space = 1;
447 sharp_comment = 0; 447 sharp_comment = 0;
448 variable = 0; 448 variable = 0;
449 quoted = s_quoted = d_quoted = 0; 449 quoted = 0;
450 s_quoted = 0;
451 d_quoted = 0;
450 452
451 cf->args->nelts = 0; 453 cf->args->nelts = 0;
452 b = cf->conf_file->buffer; 454 b = cf->conf_file->buffer;
453 start = b->pos; 455 start = b->pos;
454 start_line = cf->conf_file->line; 456 start_line = cf->conf_file->line;