Re: [fetch] The empty string is rejected as header values (#115)

> `*field-content`

Probably.

Mentioning that `*field-content` is equal to
```
a byte sequence that matches the field-value token production and contains no 0x0A or 0x0D bytes.
```
(the previous definition of header value, if we interpret them using RFC 7230) or "`*field-value` with `*obs-fold` disallowed" might help readers to understand why `*field-content` is used here.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/115#issuecomment-136675436

Received on Tuesday, 1 September 2015 11:03:20 UTC