diff options
Diffstat (limited to 'src/microhttpd/connection.h')
-rw-r--r-- | src/microhttpd/connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.h b/src/microhttpd/connection.h index 50816ce2..9f1a0ffb 100644 --- a/src/microhttpd/connection.h +++ b/src/microhttpd/connection.h | |||
@@ -114,8 +114,8 @@ MHD_connection_handle_write (struct MHD_Connection *connection); | |||
114 | 114 | ||
115 | /** | 115 | /** |
116 | * This function was created to handle per-connection processing that | 116 | * This function was created to handle per-connection processing that |
117 | * has to happen even if the socket cannot be read or written to. All | 117 | * has to happen even if the socket cannot be read or written to. |
118 | * implementations (multithreaded, external select, internal select) | 118 | * All implementations (multithreaded, external select, internal select) |
119 | * call this function. | 119 | * call this function. |
120 | * @remark To be called only from thread that process connection's | 120 | * @remark To be called only from thread that process connection's |
121 | * recv(), send() and response. | 121 | * recv(), send() and response. |