aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2016-03-17 15:26:49 +0800
committerAndy Green <andy.green@linaro.org>2016-03-17 15:27:18 +0800
commit0f9904fedfa92f56b66e3c45403e8aec9bf23e1d (patch)
tree905ddf0c011f81049ba33e99215c7123992ace7e /changelog
parent599cad94360fd82eba7606dbe0f58ed068920420 (diff)
downloadlibwebsockets-0f9904fedfa92f56b66e3c45403e8aec9bf23e1d.tar.gz
ssl option for auto redir to https
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog b/changelog
index f8608571..fc87206a 100644
--- a/changelog
+++ b/changelog
@@ -161,6 +161,11 @@ There are 4 new related callbacks
if non-NULL, the client wsi is set to be a child of parent_wsi. This ensures
if parent_wsi closes, then the client child is closed just before.
+7) If you're using SSL, there's a new context creation-time option flag
+LWS_SERVER_OPTION_REDIRECT_HTTP_TO_HTTPS. If you give this, non-ssl
+connections to the server listen port are accepted and receive a 301
+redirect to / on the same host and port using https://
+
v1.7.0
======