diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-09 13:56:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-09 13:56:16 +0000 |
commit | e46943965d62285f6283302cc062d944cd16bc32 (patch) | |
tree | 01dd0074bcca1f8cb62089cabaaa2c156da4e421 /src/http/ngx_http_request.h | |
parent | b37316d7dd7796677bb0f6e82b760b792b6ab19c (diff) | |
download | nginx-e46943965d62285f6283302cc062d944cd16bc32.tar.gz nginx-e46943965d62285f6283302cc062d944cd16bc32.zip |
backout r2535: virtual names is a property of address:port pair,
but is not a property of server configuration
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index ee8766958..23a884630 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -387,6 +387,8 @@ struct ngx_http_request_s { ngx_http_post_subrequest_t *post_subrequest; ngx_http_posted_request_t *posted_requests; + ngx_http_virtual_names_t *virtual_names; + ngx_int_t phase_handler; ngx_http_handler_pt content_handler; ngx_uint_t access_code; |