comparison xml/en/docs/http/websocket.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 0ed4c093c026
children e47758a54759
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
30 </para> 30 </para>
31 31
32 <para> 32 <para>
33 Since version 1.3.13, 33 Since version 1.3.13,
34 nginx implements special mode of operation 34 nginx implements special mode of operation
35 that allows to set up a tunnel between a client and proxied 35 that allows setting up a tunnel between a client and proxied
36 server if the proxied server returned a response with the code 36 server if the proxied server returned a response with the code
37 <http-status code="101" text="Switching Protocols"/>, 37 <http-status code="101" text="Switching Protocols"/>,
38 and the client asked for a protocol switch via the <header>Upgrade</header> 38 and the client asked for a protocol switch via the <header>Upgrade</header>
39 header in a request. 39 header in a request.
40 </para> 40 </para>