[whatwg/fetch] For which 1xx responses should Set-Cookie work? (Issue #1710)

Fetch currently requires `Set-Cookie` to be processed for a response whose status is 101 (though only when request's mode is "`websocket`") and ignored when response status is any other 1xx (or 101 and request's mode is not "`websocket`").

Is that the behavior we want?

Relates to https://github.com/httpwg/http-extensions/issues/2084.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1710
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1710@github.com>

Received on Thursday, 28 September 2023 07:46:54 UTC