diff options
author | Stefan Fritsch <sf@apache.org> | 2012-12-29 19:37:17 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2012-12-29 19:37:17 +0100 |
commit | 5dd77695c6326a63918a281237ea553b2ab79d0b (patch) | |
tree | e62f079dd50070dec75ba3b9fa8ce25da9f868a2 /include | |
parent | Rebuild various transformations. (diff) | |
download | apache2-5dd77695c6326a63918a281237ea553b2ab79d0b.tar.xz apache2-5dd77695c6326a63918a281237ea553b2ab79d0b.zip |
extend description of r->hostname
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1426802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h index 2b82754a90..351ffb5e25 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -813,7 +813,9 @@ struct request_rec { int proto_num; /** Protocol string, as given to us, or HTTP/0.9 */ char *protocol; - /** Host, as set by full URI or Host: */ + /** Host, as set by full URI or Host: header. + * For literal IPv6 addresses, this does NOT include the surrounding [ ] + */ const char *hostname; /** Time when the request started */ |