Merge Anne's change: Nov 07, 2012, Clarify that header names are compared in a case-insensitive manner
authorJungkee Song <jungkee.song@samsung.com>
Mon, 19 Nov 2012 16:08:18 +0900
changeset 97 644269b86a1a
parent 96 ab0543cd71ea
child 98 b8a4c61796ec
Merge Anne's change: Nov 07, 2012, Clarify that header names are compared in a case-insensitive manner
Overview.html
Overview.src.html
--- a/Overview.html	Mon Nov 19 16:00:07 2012 +0900
+++ b/Overview.html	Mon Nov 19 16:08:18 2012 +0900
@@ -726,7 +726,8 @@
 
    <dt><dfn id="author-request-headers">author request headers</dfn></dt>
    <dd>A list consisting of HTTP header name/value pairs to be used in the
-   request.
+   request. Checking against the header names in this list must always be
+   done in a case-insensitive manner.
 
    <dt><dfn id="request-entity-body">request entity body</dfn></dt>
    <dd>The <a class="external" href="http://tools.ietf.org/html/rfc2616/#section-7.2">entity body</a> used in the
--- a/Overview.src.html	Mon Nov 19 16:00:07 2012 +0900
+++ b/Overview.src.html	Mon Nov 19 16:08:18 2012 +0900
@@ -693,7 +693,8 @@
 
    <dt><dfn id="author-request-headers">author request headers</dfn></dt>
    <dd>A list consisting of HTTP header name/value pairs to be used in the
-   request.
+   request. Checking against the header names in this list must always be
+   done in a case-insensitive manner.
 
    <dt><dfn>request entity body</dfn></dt>
    <dd>The <span data-anolis-spec=http>entity body</span> used in the