aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-17 13:50:27 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-17 13:50:27 +0200
commite3aee92d569469c2b7103c1ce1564c01ebd08b3a (patch)
tree30f6b7eeb6f370bf372521af9d98497d767c6515 /src/microhttpd/internal.h
parent599561d60c0c5769b4cebb525d81aa4efa9688f4 (diff)
downloadlibmicrohttpd-e3aee92d569469c2b7103c1ce1564c01ebd08b3a.tar.gz
libmicrohttpd-e3aee92d569469c2b7103c1ce1564c01ebd08b3a.zip
get test_upgrade_ssl to pass again
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 84f3f189..a7d3a295 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -882,10 +882,10 @@ struct MHD_Connection
882 882
883 /** 883 /**
884 * If this connection was upgraded and if we are using 884 * If this connection was upgraded and if we are using
885 * #MHD_USE_THREAD_PER_CONNECTION, this points to the 885 * #MHD_USE_THREAD_PER_CONNECTION or #MHD_USE_TLS, this points to
886 * upgrade response details such that the 886 * the upgrade response details such that the
887 * #thread_main_connection_upgrade()-logic can perform 887 * #thread_main_connection_upgrade()-logic can perform the
888 * the bi-directional forwarding. 888 * bi-directional forwarding.
889 */ 889 */
890 struct MHD_UpgradeResponseHandle *urh; 890 struct MHD_UpgradeResponseHandle *urh;
891 891