aboutsummaryrefslogtreecommitdiff
path: root/src/lib/upgrade_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/upgrade_process.c')
-rw-r--r--src/lib/upgrade_process.c2
1 files changed, 1 insertions, 1 deletions
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 *