This commit is contained in:
zzz
2019-05-15 12:09:08 +00:00
parent cc1e584e87
commit 9d0e24c440

View File

@@ -96,7 +96,7 @@ HTTP Request 1
~~~~~~~~~~~~~~
The originator will send the following.
All lines are teriminated with \r\n as required by HTTP.
All lines are teriminated with CRLF as required by HTTP.
.. raw:: html
@@ -131,7 +131,7 @@ HTTP Request 2
The originator will send the following,
as in [RFC-2617]_ and [WEBSOCKET]_.
All lines are teriminated with \r\n as required by HTTP.
All lines are teriminated with CRLF as required by HTTP.
.. raw:: html
@@ -160,7 +160,7 @@ If the authentication is not correct, the recipient will send another standard "
as in [RFC-2617]_.
If the authentication is correct, the recipient will send the following response,
as in [WEBSOCKET]_.
All lines are teriminated with \r\n as required by HTTP.
All lines are teriminated with CRLF as required by HTTP.
.. raw:: html