[#]
http://marc.info/?l=openbsd-cvs&m=140633063827767&w=2
openbsd-cvs(obsdave,2) — All
2014-07-27 09:43:49
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/07/25 17:23:39
Modified files:
usr.sbin/httpd : http.h httpd.h server.c server_file.c
server_http.c
Log message:
It is recommended to use a URL in the Location header of 3xx
responses. To accomplish this, add some semantics to retrieve the
server host name of a connection: either IP, IP:PORT (if not 80) or
[IP6]:PORT, or Host value (if valid).