Re: [whatwg/fetch] The comma-delimited combined value definition does not support Set-Cookie headers (#345)

It seems somewhat inevitable that eventually code gets complex enough that it needs inspection. I suppose when returning instead of "combined value" you could use something else that uses `\n` to combine the headers. (I'm not sure why you need to special case `append()` btw. It doesn't eagerly combine at least as currently defined.)

-- 
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/issues/345#issuecomment-396928269

Received on Wednesday, 13 June 2018 13:00:33 UTC