@@ -37,7 +37,7 @@ spec:url; type:dfn;
37
37
</pre>
38
38
39
39
<pre class=anchors>
40
- spec:RFC6455; urlPrefix: https://tools .ietf.org/html/rfc6455
40
+ spec:RFC6455; urlPrefix: https://datatracker .ietf.org/doc /html/rfc6455
41
41
type: dfn
42
42
text:the WebSocket connection is established; url:page-19:~:text=_The%20WebSocket%20Connection%20is%20Established_,-and
43
43
text:extensions in use; url:page-19:~:text=_The%20WebSocket%20Connection%20is%20Established_,-and
@@ -109,9 +109,9 @@ To <dfn id=concept-websocket-connection-obtain>obtain a WebSocket connection</df
109
109
<a for=url>query</a> , to |resource name|.
110
110
1. Let |secure| be false, if |url|'s <a for=url>scheme</a> is "`http`", and true otherwise.
111
111
1. Follow the requirements stated in step 2 to 5, inclusive, of the first set of steps in <a
112
- href=http ://tools .ietf.org/html/rfc6455#section-4.1> section 4.1</a> of The WebSocket Protocol to
113
- establish a <a lt="obtain a WebSocket connection">WebSocket connection</a> , passing |host|, |port|,
114
- |resource name| and |secure|. [[!WSP]]
112
+ href=https ://datatracker .ietf.org/doc/ html/rfc6455#section-4.1> section 4.1</a> of The WebSocket
113
+ Protocol to establish a <a lt="obtain a WebSocket connection">WebSocket connection</a> , passing
114
+ |host|, |port|, | resource name| and |secure|. [[!WSP]]
115
115
1. If that established a connection, return it, and return failure otherwise.
116
116
117
117
<p class=note> Although structured a little differently, carrying different properties, and
@@ -181,8 +181,8 @@ To <dfn id=concept-websocket-establish>establish a WebSocket connection</dfn>, g
181
181
by the client, but not acknowledged by the server.
182
182
183
183
1. Follow the requirements stated step 2 to step 6, inclusive, of the last set of steps in
184
- <a href=http ://tools .ietf.org/html/rfc6455#section-4.1>section 4.1</a> of The WebSocket Protocol
185
- to validate |response|. This either results in [=fail the WebSocket connection=]
184
+ <a href=https ://datatracker .ietf.org/doc/ html/rfc6455#section-4.1>section 4.1</a> of The WebSocket
185
+ Protocol to validate |response|. This either results in [=fail the WebSocket connection=]
186
186
or [=the WebSocket connection is established=] .
187
187
188
188
</div>
0 commit comments