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

An intermediary that combines would make that `Content-Length: 10` and you wouldn't be wiser. Unless we change the HTTP standard I'm not sure there's much we can do there?

Note also that `Content-Length: ,10` (not the combined value, I know, but interesting) ends up being treated as 10. And `10,` too! (Arguably we could/should fix these.)

Given that HTTP combining is a thing, I'm not sure what alternative strategy we have. Not ignore empty/whitespace values and contradict the HTTP standard?

-- 
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-429768554

Received on Monday, 15 October 2018 09:16:44 UTC