aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2020-09-15 09:09:06 +0100
committerMatthew Wild <mwild1@gmail.com>2020-09-15 09:09:06 +0100
commit84c3711e2c3fe4e31c5a46d8aa64c3df232b7ca5 (patch)
treea27d3fb65cc35680f75150be96b2b737218e650c /net
parente6866e4df85c88862923347b818ef417b4dd36c5 (diff)
parenteb8d78cb7e1a7a47861510d908cc1b90c6aa1929 (diff)
downloadprosody-84c3711e2c3fe4e31c5a46d8aa64c3df232b7ca5.tar.gz
prosody-84c3711e2c3fe4e31c5a46d8aa64c3df232b7ca5.zip
Merge 0.11->trunk
Diffstat (limited to 'net')
-rw-r--r--net/http.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/http.lua b/net/http.lua
index c417ebec..31157afa 100644
--- a/net/http.lua
+++ b/net/http.lua
@@ -331,4 +331,7 @@ return {
formencode = util_http.formencode;
formdecode = util_http.formdecode;
destroy_request = destroy_request;
+ features = {
+ sni = true;
+ };
};