aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index af137a80..fef1f8b3 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1197,7 +1197,7 @@ call_handlers (struct MHD_Connection *con,
1197 * connections are processed individually. */ 1197 * connections are processed individually. */
1198 /* Note: no need to check for read buffer availability for 1198 /* Note: no need to check for read buffer availability for
1199 * TLS read-ready connection in 'read info' state as connection 1199 * TLS read-ready connection in 'read info' state as connection
1200 * without space in read buffer will be market as 'info block'. */ 1200 * without space in read buffer will be marked as 'info block'. */
1201 if ( (! con->daemon->data_already_pending) && 1201 if ( (! con->daemon->data_already_pending) &&
1202 (0 == (con->daemon->options & MHD_USE_THREAD_PER_CONNECTION)) ) 1202 (0 == (con->daemon->options & MHD_USE_THREAD_PER_CONNECTION)) )
1203 { 1203 {
@@ -2177,7 +2177,7 @@ MHD_tls_push_func_(gnutls_transport_ptr_t trnsp,
2177 * 2177 *
2178 * @param session the session to lookup PSK for 2178 * @param session the session to lookup PSK for
2179 * @param username username to lookup PSK for 2179 * @param username username to lookup PSK for
2180 * @param key[out] where to write PSK 2180 * @param[out] key where to write PSK
2181 * @return 0 on success, -1 on error 2181 * @return 0 on success, -1 on error
2182 */ 2182 */
2183static int 2183static int