aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/internal.h2
-rw-r--r--src/lib/upgrade_process.c2
-rw-r--r--src/lib/upgrade_process.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/internal.h b/src/lib/internal.h
index c9971999..ebd59d02 100644
--- a/src/lib/internal.h
+++ b/src/lib/internal.h
@@ -831,7 +831,7 @@ struct UpgradeEpollHandle
831 * 831 *
832 * Similarly, for writing to TLS, this epoll() will be on the 832 * Similarly, for writing to TLS, this epoll() will be on the
833 * connection's `socket_fd`, and this will merely be the FD which 833 * connection's `socket_fd`, and this will merely be the FD which
834 * the applicatio would write to. Hence this struct must always be 834 * the application would write to. Hence this struct must always be
835 * interpreted based on which field in `struct 835 * interpreted based on which field in `struct
836 * MHD_UpgradeResponseHandle` it is (`app` or `mhd`). 836 * MHD_UpgradeResponseHandle` it is (`app` or `mhd`).
837 */ 837 */
diff --git a/src/lib/upgrade_process.c b/src/lib/upgrade_process.c
index af71ca32..e158b146 100644
--- a/src/lib/upgrade_process.c
+++ b/src/lib/upgrade_process.c
@@ -28,7 +28,7 @@
28#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT) 28#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
29/** 29/**
30 * Performs bi-directional forwarding on upgraded HTTPS connections 30 * Performs bi-directional forwarding on upgraded HTTPS connections
31 * based on the readyness state stored in the @a urh handle. 31 * based on the readiness state stored in the @a urh handle.
32 * @remark To be called only from thread that process 32 * @remark To be called only from thread that process
33 * connection's recv(), send() and response. 33 * connection's recv(), send() and response.
34 * 34 *
diff --git a/src/lib/upgrade_process.h b/src/lib/upgrade_process.h
index 8b0d4119..e3242013 100644
--- a/src/lib/upgrade_process.h
+++ b/src/lib/upgrade_process.h
@@ -28,7 +28,7 @@
28#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT) 28#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
29/** 29/**
30 * Performs bi-directional forwarding on upgraded HTTPS connections 30 * Performs bi-directional forwarding on upgraded HTTPS connections
31 * based on the readyness state stored in the @a urh handle. 31 * based on the readiness state stored in the @a urh handle.
32 * @remark To be called only from thread that process 32 * @remark To be called only from thread that process
33 * connection's recv(), send() and response. 33 * connection's recv(), send() and response.
34 * 34 *