mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
libcurl-ws.3: fix typo
This commit is contained in:
parent
7bee2ef6ca
commit
0ec806d046
@ -43,7 +43,7 @@ over HTTP and "WSS" is for doing WebSocket securely over HTTPS.
|
||||
A WebSocket request is done as an HTTP/1 GET request with an "Upgrade
|
||||
WebSocket" request header field. When the upgrade is accepted by the server,
|
||||
it responds with a 101 Switching and then the client can speak WebSocket with
|
||||
the server. The communcation can happen in both directions at the same time.
|
||||
the server. The communication can happen in both directions at the same time.
|
||||
.SH MESSAGES
|
||||
WebSocket communication is message based. That means that both ends send and
|
||||
receive entire messages, not streams like TCP. A WebSocket message is sent
|
||||
|
Loading…
Reference in New Issue
Block a user