mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
-fix typos
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user