Skip to content

Commit

Permalink
libcurl-ws.3: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 14, 2023
1 parent 7bee2ef commit 0ec806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/libcurl-ws.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ec806d

Please sign in to comment.