diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 12:58:19 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 12:58:19 +0000 |
commit | 2a9ce6263164bedc4db70e0ad9fc6591605e38b0 (patch) | |
tree | eee93b330dc9ac4ab4db3d14618bc3455be4b619 /src/http/ngx_http_core_module.h | |
parent | 739e29b651dc0f6f176884cce697018b4b522a67 (diff) | |
download | nginx-2a9ce6263164bedc4db70e0ad9fc6591605e38b0.tar.gz nginx-2a9ce6263164bedc4db70e0ad9fc6591605e38b0.zip |
use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 6abfc6e23..dfc07facc 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -440,7 +440,6 @@ ngx_int_t ngx_http_set_exten(ngx_http_request_t *r); u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name, size_t *root_length, size_t reserved); ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r); -ngx_int_t ngx_http_server_addr(ngx_http_request_t *r, ngx_str_t *s); #if (NGX_HTTP_GZIP) ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r); #endif |