comparison src/http/ngx_http_core_module.c @ 1957:fe30478341f0

update previous commit
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Mar 2008 17:17:17 +0000
parents cb8c0c8e0c27
children dd388c80f5a2
comparison
equal deleted inserted replaced
1956:cb8c0c8e0c27 1957:fe30478341f0
2360 if (rc == 0 && second->exact_match) { 2360 if (rc == 0 && second->exact_match) {
2361 /* an exact match must be before the same inclusive one */ 2361 /* an exact match must be before the same inclusive one */
2362 return 1; 2362 return 1;
2363 } 2363 }
2364 2364
2365 return (int) rc; 2365 return rc;
2366 } 2366 }
2367 2367
2368 2368
2369 static char * 2369 static char *
2370 ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 2370 ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)