Fixed descriptions in comments

This commit is contained in:
Evgeny Grin (Karlson2k)
2016-11-08 01:00:00 +03:00
parent bae7dc05a8
commit fdf24fa69f
2 changed files with 3 additions and 6 deletions
+2 -4
View File
@@ -522,7 +522,7 @@ struct MHD_PostProcessor;
*
* Starting the daemon may also fail if a particular option is not
* implemented or not supported on the target platform (i.e. no
* support for SSL, threads or IPv6).
* support for TLS, epoll or IPv6).
*/
enum MHD_FLAG
{
@@ -1995,9 +1995,7 @@ MHD_queue_response (struct MHD_Connection *connection,
/**
* Suspend handling of network data for a given connection. This can
* be used to dequeue a connection from MHD's event loop (external
* select, internal select or thread pool; not applicable to
* thread-per-connection!) for a while.
* be used to dequeue a connection from MHD's event loop for a while.
*
* If you use this API in conjunction with a internal select or a
* thread pool, you must set the option #MHD_USE_ITC to
+1 -2
View File
@@ -890,8 +890,7 @@ struct MHD_Connection
#ifdef UPGRADE_SUPPORT
/**
* If this connection was upgraded and if we are using
* #MHD_USE_THREAD_PER_CONNECTION or #MHD_USE_TLS, this points to
* If this connection was upgraded, this points to
* the upgrade response details such that the
* #thread_main_connection_upgrade()-logic can perform the
* bi-directional forwarding.