CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/10 09:39:57
Modified files:
usr.sbin/httpd : httpd.h server_http.c
Log message:
Handle different possible variations of the Host header (eg.
www.example.com, www.example.com:80, [2001:db8::1], [2001:db8::1]:80).
The port is optional and is typically used on non-default ports. If
the server name is a plain IPv6 address, it is commonly specified in
square brackets.
Makes ajacoutot@ happy
OK florian@
