comparison src/http/ngx_http_core_module.h @ 2857:507fc5ac9839

use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 May 2009 12:58:19 +0000
parents 10d6b9950453
children 512d164a8348
comparison
equal deleted inserted replaced
2856:f9b5dfcc96d8 2857:507fc5ac9839
438 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r); 438 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r);
439 ngx_int_t ngx_http_set_exten(ngx_http_request_t *r); 439 ngx_int_t ngx_http_set_exten(ngx_http_request_t *r);
440 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name, 440 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name,
441 size_t *root_length, size_t reserved); 441 size_t *root_length, size_t reserved);
442 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r); 442 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r);
443 ngx_int_t ngx_http_server_addr(ngx_http_request_t *r, ngx_str_t *s);
444 #if (NGX_HTTP_GZIP) 443 #if (NGX_HTTP_GZIP)
445 ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r); 444 ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r);
446 #endif 445 #endif
447 446
448 447