You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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").
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 httpwg/http-extensions#2084.
Credit Guoye Zhang if we end up making a change to the specification.
The text was updated successfully, but these errors were encountered: