comparison src/http/ngx_http_core_module.h @ 106:45f7329b4bd0 NGINX_0_3_0

nginx 0.3.0 *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <http://sysoev.ru>
date Fri, 07 Oct 2005 00:00:00 +0400
parents 45945fa8b8ba
children 408f195b3482
comparison
equal deleted inserted replaced
105:531d62c2a28d 106:45f7329b4bd0
251 251
252 ngx_int_t ngx_http_find_location_config(ngx_http_request_t *r); 252 ngx_int_t ngx_http_find_location_config(ngx_http_request_t *r);
253 253
254 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r); 254 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r);
255 ngx_int_t ngx_http_set_exten(ngx_http_request_t *r); 255 ngx_int_t ngx_http_set_exten(ngx_http_request_t *r);
256 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name,
257 size_t reserved);
256 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r); 258 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r);
257 259
258 ngx_int_t ngx_http_subrequest(ngx_http_request_t *r, 260 ngx_int_t ngx_http_subrequest(ngx_http_request_t *r,
259 ngx_str_t *uri, ngx_str_t *args); 261 ngx_str_t *uri, ngx_str_t *args);
260 ngx_int_t ngx_http_internal_redirect(ngx_http_request_t *r, 262 ngx_int_t ngx_http_internal_redirect(ngx_http_request_t *r,