aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 4f6635b4..77679aaf 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -890,8 +890,7 @@ struct MHD_Connection
890 890
891#ifdef UPGRADE_SUPPORT 891#ifdef UPGRADE_SUPPORT
892 /** 892 /**
893 * If this connection was upgraded and if we are using 893 * If this connection was upgraded, this points to
894 * #MHD_USE_THREAD_PER_CONNECTION or #MHD_USE_TLS, this points to
895 * the upgrade response details such that the 894 * the upgrade response details such that the
896 * #thread_main_connection_upgrade()-logic can perform the 895 * #thread_main_connection_upgrade()-logic can perform the
897 * bi-directional forwarding. 896 * bi-directional forwarding.