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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 473a5fb4..ce19d79a 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1326,7 +1326,7 @@ cleanup_upgraded_connection (struct MHD_Connection *connection)
1326#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT) 1326#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
1327/** 1327/**
1328 * Performs bi-directional forwarding on upgraded HTTPS connections 1328 * Performs bi-directional forwarding on upgraded HTTPS connections
1329 * based on the readyness state stored in the @a urh handle. 1329 * based on the readiness state stored in the @a urh handle.
1330 * @remark To be called only from thread that processes 1330 * @remark To be called only from thread that processes
1331 * connection's recv(), send() and response. 1331 * connection's recv(), send() and response.
1332 * 1332 *