diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-02-23 21:19:35 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-02-23 21:19:35 +0000 |
commit | 80a4f29c8aed45497aef158f477fb828313f2e27 (patch) | |
tree | 34670ba0c387b21cb6c260258376c61a9145808b /src/http/ngx_http_request.h | |
parent | 2d95c82f919a597918918714cda59b5784a12edc (diff) | |
download | nginx-80a4f29c8aed45497aef158f477fb828313f2e27.tar.gz nginx-80a4f29c8aed45497aef158f477fb828313f2e27.zip |
axe r->port
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index ab693b729..ea3c6ab7c 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -384,7 +384,6 @@ struct ngx_http_request_s { ngx_http_post_subrequest_t *post_subrequest; ngx_http_posted_request_t *posted_requests; - ngx_uint_t port; ngx_str_t *port_text; /* ":80" */ ngx_http_virtual_names_t *virtual_names; |