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