[html5] r5187 - [t] (0) Mention that 'host' has to be lowercase for everything to work.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 22 13:11:33 PDT 2010
Author: ianh
Date: 2010-07-22 13:11:32 -0700 (Thu, 22 Jul 2010)
New Revision: 5187
Modified:
complete.html
source
Log:
[t] (0) Mention that 'host' has to be lowercase for everything to work.
Modified: complete.html
===================================================================
--- complete.html 2010-07-22 20:02:36 UTC (rev 5186)
+++ complete.html 2010-07-22 20:11:32 UTC (rev 5187)
@@ -74176,7 +74176,9 @@
punycode-encoded if necessary. If the server can respond to
requests to multiple hosts (e.g. in a virtual hosting
environment), then the value should be derived from the client's
- handshake, specifically from the "<code title=http-host>Host</code>" field.</dd>
+ handshake, specifically from the "<code title=http-host>Host</code>" field. The <var title="">host</var> value must be lowercase (not containing
+ characters in the range U+0041 LATIN CAPITAL LETTER A to U+005A
+ LATIN CAPITAL LETTER Z).</dd>
<dt><var title="">port</var></dt>
Modified: source
===================================================================
--- source 2010-07-22 20:02:36 UTC (rev 5186)
+++ source 2010-07-22 20:11:32 UTC (rev 5187)
@@ -83484,7 +83484,10 @@
requests to multiple hosts (e.g. in a virtual hosting
environment), then the value should be derived from the client's
handshake, specifically from the "<code
- title="http-host">Host</code>" field.</dd>
+ title="http-host">Host</code>" field. The <var
+ title="">host</var> value must be lowercase (not containing
+ characters in the range U+0041 LATIN CAPITAL LETTER A to U+005A
+ LATIN CAPITAL LETTER Z).</dd>
<dt><var title="">port</var></dt>
More information about the Commit-Watchers
mailing list