From 9b623ea3943165fe7efb5e47a0b5b9452c1599e6 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Wed, 9 May 2018 00:09:55 +0200 Subject: 9.8 --- wx+/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/http.h') 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 -- cgit