summaryrefslogtreecommitdiff
path: root/wx+/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/http.h')
-rwxr-xr-xwx+/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/http.h b/wx+/http.h
index aba6b96d..bbfa3a74 100755
--- a/wx+/http.h
+++ b/wx+/http.h
@@ -15,7 +15,7 @@ namespace zen
/*
TREAD-SAFETY
------------
- Windows: WinInet-based => may be called from worker thread
+ Windows: WinInet-based => may be called from worker thread, supports HTTPS
Linux: wxWidgets-based => don't call from worker thread
*/
class HttpInputStream
bgstack15