diff xml/en/docs/http/websocket.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents d1d49bbb3df0
children 4add6ae1296f
line wrap: on
line diff
--- a/xml/en/docs/http/websocket.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/websocket.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -7,20 +7,20 @@
 <article name="WebSocket proxying"
          link="/en/docs/http/websocket.html"
          lang="en"
-         rev="3">
+         rev="4">
 
 
 <section>
 
 <para>
 To turn a connection between a client and server from HTTP/1.1 into WebSocket,
-the <link url="http://tools.ietf.org/html/rfc2616#section-14.42">protocol
+the <link url="https://tools.ietf.org/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="http://tools.ietf.org/html/rfc2616#section-13.5.1">hop-by-hop</link>
+<link url="https://tools.ietf.org/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.