comparison src/core/ngx_file.h @ 318:fc223117327f NGINX_0_6_3

nginx 0.6.3 *) Feature: the "proxy_store" and "fastcgi_store" directives. *) Bugfix: a segmentation fault might occur in worker process if the "auth_http_header" directive was used. Thanks to Maxim Dounin. *) Bugfix: a segmentation fault occurred in worker process if the CRAM-MD5 authentication method was used, but it was not enabled. *) Bugfix: a segmentation fault might occur in worker process when the HTTPS protocol was used in the "proxy_pass" directive. *) Bugfix: a segmentation fault might occur in worker process if the eventport method was used. *) Bugfix: the "proxy_ignore_client_abort" and "fastcgi_ignore_client_abort" directives did not work; bug appeared in 0.5.13.
author Igor Sysoev <http://sysoev.ru>
date Thu, 12 Jul 2007 00:00:00 +0400
parents 704622b2528a
children f7cd062ee035
comparison
equal deleted inserted replaced
317:fcdf0e42c859 318:fc223117327f
93 93
94 void ngx_init_temp_number(void); 94 void ngx_init_temp_number(void);
95 ngx_atomic_uint_t ngx_next_temp_number(ngx_uint_t collision); 95 ngx_atomic_uint_t ngx_next_temp_number(ngx_uint_t collision);
96 96
97 char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 97 char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
98 char *ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
98 99
99 100
100 #define ngx_conf_merge_path_value(curr, prev, path, l1, l2, l3, clean, cf) \ 101 #define ngx_conf_merge_path_value(curr, prev, path, l1, l2, l3, clean, cf) \
101 if (curr == NULL) { \ 102 if (curr == NULL) { \
102 if (prev == NULL) { \ 103 if (prev == NULL) { \