comparison src/http/ngx_http.h @ 396:349057ecf4d5 NGINX_0_7_10

nginx 0.7.10 *) Bugfix: in the "addition_types", "charset_types", "gzip_types", "ssi_types", "sub_filter_types", and "xslt_types" directives; the bugs had appeared in 0.7.9. *) Bugfix: of recursive error_page for 500 status code. *) Bugfix: now the ngx_http_realip_module set address not for whole keepalive connection, but for each request passed via the connection.
author Igor Sysoev <http://sysoev.ru>
date Wed, 13 Aug 2008 00:00:00 +0400
parents 05981f639d21
children b246022ef454
comparison
equal deleted inserted replaced
395:ebf3256f0c2b 396:349057ecf4d5
109 109
110 char *ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 110 char *ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
111 char *ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t *keys, 111 char *ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t *keys,
112 ngx_hash_t *types_hash, ngx_array_t *prev_keys, ngx_hash_t *prev_types_hash, 112 ngx_hash_t *types_hash, ngx_array_t *prev_keys, ngx_hash_t *prev_types_hash,
113 ngx_str_t *default_types); 113 ngx_str_t *default_types);
114 char *ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types, 114 ngx_int_t ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types,
115 ngx_str_t *default_type); 115 ngx_str_t *default_type);
116 116
117 117
118 extern ngx_module_t ngx_http_module; 118 extern ngx_module_t ngx_http_module;
119 119