diff xml/en/docs/http/websocket.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents 66a30a380fba
children
line wrap: on
line diff
--- a/xml/en/docs/http/websocket.xml
+++ b/xml/en/docs/http/websocket.xml
@@ -14,13 +14,13 @@
 
 <para>
 To turn a connection between a client and server from HTTP/1.1 into WebSocket,
-the <link url="https://tools.ietf.org/html/rfc2616#section-14.42">protocol
+the <link url="https://datatracker.ietf.org/doc/html/rfc2616#section-14.42">protocol
 switch</link> mechanism available in HTTP/1.1 is used.
 </para>
 
 <para>
 There is one subtlety however: since the <header>Upgrade</header> is a
-<link url="https://tools.ietf.org/html/rfc2616#section-13.5.1">hop-by-hop</link>
+<link url="https://datatracker.ietf.org/doc/html/rfc2616#section-13.5.1">hop-by-hop</link>
 header, it is not passed from a client to proxied server.
 With forward proxying, clients may use the <literal>CONNECT</literal>
 method to circumvent this issue.