Re: [whatwg/fetch] Stop lowercasing header names (#476)

yutakahirano commented on this pull request.



> @@ -2257,10 +2244,8 @@ the request.
    <a for=request>header list</a>.
   </ol>
 
- <li><p>If <var>request</var>'s <a for=request>header list</a> does not
- contain a <a>header</a> whose
- <a for=header>name</a> is
- `<code>Accept-Language</code>`, user agents should
+ <li><p>If <var>request</var>'s <a for=request>header list</a>
+ <a for="header list">does not contain</a> `<code>Accept-Language</code>`, user agents should
  <a for="header list">append</a>
  `<code>Accept-Language</code>`/an appropriate <a for=header>value</a>
  to <var>request</var>'s <a for=request>header list</a>.

Should "_hint_name_ is not in _request_'s header list" below be fixed?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/476#pullrequestreview-20955869

Received on Thursday, 9 February 2017 08:59:37 UTC