From: Stefan Fritsch Date: Sat, 29 Dec 2012 18:37:17 +0000 (+0000) Subject: extend description of r->hostname X-Git-Tag: 2.5.0-alpha~5942 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dd77695c6326a63918a281237ea553b2ab79d0b;p=apache extend description of r->hostname git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1426802 13f79535-47bb-0310-9956-ffa450edef68 --- 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 */