mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Fixed some comments
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Response text used when the request has unsupported "Transfer-Enconding:".
|
||||
* Response text used when the request has unsupported "Transfer-Encoding:".
|
||||
*/
|
||||
#ifdef HAVE_MESSAGES
|
||||
#define REQUEST_UNSUPPORTED_TR_ENCODING \
|
||||
@@ -360,7 +360,7 @@
|
||||
|
||||
/**
|
||||
* Response text used when the request has unsupported both headers:
|
||||
* "Transfer-Enconding:" and "Content-Length:"
|
||||
* "Transfer-Encoding:" and "Content-Length:"
|
||||
*/
|
||||
#ifdef HAVE_MESSAGES
|
||||
#define REQUEST_LENGTH_WITH_TR_ENCODING \
|
||||
|
||||
@@ -5535,7 +5535,7 @@ MHD_run (struct MHD_Daemon *daemon)
|
||||
|
||||
|
||||
/**
|
||||
* Run websever operation with possible blocking.
|
||||
* Run webserver operation with possible blocking.
|
||||
*
|
||||
* This function does the following: waits for any network event not more than
|
||||
* specified number of milliseconds, processes all incoming and outgoing data,
|
||||
|
||||
@@ -641,7 +641,7 @@ enum MHD_CONNECTION_STATE
|
||||
MHD_CONNECTION_HEADERS_RECEIVED = MHD_CONNECTION_REQ_HEADERS_RECEIVING + 1,
|
||||
|
||||
/**
|
||||
* We have processed the request headers. Send 100 continue.
|
||||
* We have processed the request headers. Call application callback.
|
||||
*/
|
||||
MHD_CONNECTION_HEADERS_PROCESSED = MHD_CONNECTION_HEADERS_RECEIVED + 1,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user