aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 58787d3a..d7b69136 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2840,6 +2840,9 @@ MHD_upgrade_action (struct MHD_UpgradeResponseHandle *urh,
2840 * but instead use #MHD_upgrade_action() for special operations 2840 * but instead use #MHD_upgrade_action() for special operations
2841 * on @a sock. 2841 * on @a sock.
2842 * 2842 *
2843 * Data forwarding to "upgraded" @a sock will be started as soon
2844 * as this function return.
2845 *
2843 * Except when in 'thread-per-connection' mode, implementations 2846 * Except when in 'thread-per-connection' mode, implementations
2844 * of this function should never block (as it will still be called 2847 * of this function should never block (as it will still be called
2845 * from within the main event loop). 2848 * from within the main event loop).