comparison src/http/ngx_http.h @ 3372:6b8e5c882e47

support "*" in gzip_types, ssi_types, etc
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Nov 2009 13:15:10 +0000
parents cdcd9e29c589
children d2a4c6aa9b9a
comparison
equal deleted inserted replaced
3371:102fdc22de4d 3372:6b8e5c882e47
124 void ngx_http_block_reading(ngx_http_request_t *r); 124 void ngx_http_block_reading(ngx_http_request_t *r);
125 void ngx_http_test_reading(ngx_http_request_t *r); 125 void ngx_http_test_reading(ngx_http_request_t *r);
126 126
127 127
128 char *ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 128 char *ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
129 char *ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t *keys, 129 char *ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys,
130 ngx_hash_t *types_hash, ngx_array_t *prev_keys, ngx_hash_t *prev_types_hash, 130 ngx_hash_t *types_hash, ngx_array_t **prev_keys,
131 ngx_str_t *default_types); 131 ngx_hash_t *prev_types_hash, ngx_str_t *default_types);
132 ngx_int_t ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types, 132 ngx_int_t ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types,
133 ngx_str_t *default_type); 133 ngx_str_t *default_type);
134 134
135 135
136 extern ngx_module_t ngx_http_module; 136 extern ngx_module_t ngx_http_module;