comparison src/core/ngx_core.h @ 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 29a6403156b0
children e10168d6e371
comparison
equal deleted inserted replaced
331:b69d5e83bf82 332:3a91bfeffaba
69 #if (NGX_OPENSSL) 69 #if (NGX_OPENSSL)
70 #include <ngx_event_openssl.h> 70 #include <ngx_event_openssl.h>
71 #endif 71 #endif
72 #include <ngx_process_cycle.h> 72 #include <ngx_process_cycle.h>
73 #include <ngx_conf_file.h> 73 #include <ngx_conf_file.h>
74 #include <ngx_open_file_cache.h>
74 #include <ngx_os.h> 75 #include <ngx_os.h>
75 #include <ngx_connection.h> 76 #include <ngx_connection.h>
76 77
77 78
78 #define LF (u_char) 10 79 #define LF (u_char) 10