[whatwg/fetch] HTTP 101 response NOT for websockets (Issue #1397)

Currently the spec says:

> Any responses whose status is in the range 100 to 199, inclusive, and is not 101, are to be ignored, except for the purposes of setting > timingInfo’s final network-response start time above.

in https://fetch.spec.whatwg.org/#concept-http-network-fetch.


Does anyone know why 101 is excluded? Is it for websockets? If it's for websockets, can we exclude 101 only when _request_'s mode is "websocket"?


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1397

You are receiving this because you are subscribed to this thread.

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

Received on Wednesday, 2 February 2022 10:25:36 UTC