Re: [whatwg/fetch] Change combined values (#813)

> > Under what pre-existing spec is "Content-Length: ,10" the same as "Content-Length: 10"? Am I missing something?
> 
> No spec, but this is what browsers do at the moment. (Whereas two separate headers does result in a network error.)

I'm surprised that Chrome does this, but you're absolutely correct - deep within Chrome's parser is code that just throws away empty HTTP response headers.

-- 
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/813#issuecomment-430262321

Received on Tuesday, 16 October 2018 14:36:35 UTC