mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Fix typo in lws_create_context documentation
This commit is contained in:
parent
c3b676be12
commit
7f84bc3e86
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue