-fix typos

This commit is contained in:
Christian Grothoff
2022-06-26 15:24:24 +02:00
parent 8e4eba0e70
commit d629ada1a2
8 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -105,7 +105,7 @@ to @code{MHD_upgrade_action()}.
Depending of the flags specified while calling @code{MHD_start_deamon()}
our @code{upgrade_handler} is either executed in the same thread
as our deamon or in a thread specific for each connection.
as our daemon or in a thread specific for each connection.
If it is executed in the same thread then @code{upgrade_handler} is
a blocking call for our webserver and
we should finish it as fast as possible (i. e. by creating a thread and
@@ -436,7 +436,7 @@ to the websocket protocol.
To use received payload data, you need to decode the frame data first.
To send payload data, you need to encode it into frame data first.
@emph{libmicrohttpd_ws} provides serveral functions for encoding of
@emph{libmicrohttpd_ws} provides several functions for encoding of
payload data and decoding of frame data:
@itemize @bullet
+1 -1
View File
@@ -4459,7 +4459,7 @@ should be @code{NULL}.
This parameter is a pointer to a variable which contains the last check status
of the UTF-8 sequence. It is required to continue a previous
UTF-8 sequence check when fragmentation is used, because a UTF-8 sequence
could be splitted upon fragments.
could be split upon fragments.
@code{enum MHD_WEBSOCKET_UTF8STEP} is used for this value.
If you start a new fragment using