comparison src/http/ngx_http_core_module.c @ 457:ded1284520cc release-0.1.3

nginx-0.1.3-RELEASE import *) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 Oct 2004 15:29:23 +0000
parents 295d97d70c69
children a88a3e4e158f
comparison
equal deleted inserted replaced
456:911c05435a02 457:ded1284520cc
1010 if (rc == 0 && second->exact_match) { 1010 if (rc == 0 && second->exact_match) {
1011 /* an exact match must be before the same inclusive one */ 1011 /* an exact match must be before the same inclusive one */
1012 return 1; 1012 return 1;
1013 } 1013 }
1014 1014
1015 return rc; 1015 return (int) rc;
1016 } 1016 }
1017 1017
1018 1018
1019 static char *ngx_location_block(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy) 1019 static char *ngx_location_block(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)
1020 { 1020 {