Re: [fetch] Can headers ordering be lessened? (#189)

All headers can have multiple values, in theory.

    Name: value, value2, value3

is equivalent to

    Name: value, value2
    Name: value3

I thought either `Cookie` or `Set-Cookie` or both had the additional restriction that their values cannot be combined.

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

Received on Friday, 15 January 2016 13:07:32 UTC