Re: [fetch] Define the WebSocket client handshake in terms of Fetch (#236)

> Note that "establish a WebSocket connection" in the RFC is the process of obtaining a connection, coupled with sending a client handshake request and validating the response. It's all things intertwined. Fetch starts out with the request and does things with that, and then at some point obtains a connection. The layering is different.

Ah, I see, the structure of that plaintext document makes it hard to understand. OK then.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/236#issuecomment-193871028

Received on Tuesday, 8 March 2016 17:07:29 UTC