From 7f84bc3e864b52eb13c670362a4b53bc3505393e Mon Sep 17 00:00:00 2001

Subject: [PATCH] Fix typo in lws_create_context documentation
This commit is contained in:
Yannick Kiekens 2016-11-03 10:03:18 +01:00 committed by Andy Green
parent 86ab060cd9
commit e7cc1ffc1e
2 changed files with 2 additions and 2 deletions

View file

@ -321,7 +321,7 @@ Functions</h2></td></tr>
HTTP requests are sent always to the FIRST protocol in protocol, since
at that time websocket protocol has not been negotiated. Other
protocols after the first one never see any HTTP callack activity.
protocols after the first one never see any HTTP callback activity.
The server created is a simple http server by default; part of the
websocket standard is upgrading this http connection to a websocket one.

View file

@ -1752,7 +1752,7 @@ struct lws_context_creation_info {
*
* HTTP requests are sent always to the FIRST protocol in protocol, since
* at that time websocket protocol has not been negotiated. Other
* protocols after the first one never see any HTTP callack activity.
* protocols after the first one never see any HTTP callback activity.
*
* The server created is a simple http server by default; part of the
* websocket standard is upgrading this http connection to a websocket one.