summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-07-07 10:22:30 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-07-07 10:22:30 +0000
commitc410db96b9103d30a33a7f16f3ede58265d63bab (patch)
treed4c212a844ca250be346fe28359e2180a52b7e26 /src/http/ngx_http_request.h
parentb5f5da3a37f2169d6745f7160203a792ab49cac0 (diff)
downloadnginx-c410db96b9103d30a33a7f16f3ede58265d63bab.tar.gz
nginx-c410db96b9103d30a33a7f16f3ede58265d63bab.tar.bz2
r2008 merge:
*) host in request line has priority *) allow several Host headers *) validate host
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 9073be928..2e7ff54b6 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -206,7 +206,7 @@ typedef struct {
ngx_array_t cookies;
- size_t host_name_len;
+ ngx_str_t server;
off_t content_length_n;
time_t keep_alive_n;