comparison src/core/ngx_conf_file.c @ 332:3a91bfeffaba NGINX_0_6_10

nginx 0.6.10 *) Feature: the "open_file_cache", "open_file_cache_retest", and "open_file_cache_errors" directives. *) Bugfix: socket leak; bug appeared in 0.6.7. *) Bugfix: a charset set by the "charset" directive was not appended to the "Content-Type" header set by $r->send_http_header(). *) Bugfix: a segmentation fault might occur in worker process if /dev/poll method was used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 03 Sep 2007 00:00:00 +0400
parents f7cd062ee035
children 10cc350ed8a1
comparison
equal deleted inserted replaced
331:b69d5e83bf82 332:3a91bfeffaba
364 return NGX_ERROR; 364 return NGX_ERROR;
365 365
366 invalid: 366 invalid:
367 367
368 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 368 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
369 "invalid number arguments in \"%s\" directive", 369 "invalid number of arguments in \"%s\" directive",
370 name->data); 370 name->data);
371 371
372 return NGX_ERROR; 372 return NGX_ERROR;
373 } 373 }
374 374