commit | 5fd0931a611c112265d7d11a448cf26ffb542aad | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu May 15 14:44:47 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu May 15 14:44:47 2008 +0000 |
tree | 503d22585a5fe2a2a703deccbb19552c0eaceac5 | |
parent | 433608c18072cbaa99deddf4432ab2537397f025 [diff] [blame] |
*) host in request line has priority *) allow several Host headers *) validate host
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 9073be9..2e7ff54 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h
@@ -206,7 +206,7 @@ ngx_array_t cookies; - size_t host_name_len; + ngx_str_t server; off_t content_length_n; time_t keep_alive_n;