aboutsummaryrefslogtreecommitdiffstats
path: root/net/http.lua
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
commited9c967bbf7a7be8150eb566e36a9f6ffbfd2845 (patch)
treea27d3fb65cc35680f75150be96b2b737218e650c /net/http.lua
parent29f2e5906fab2bc82b04041a1e29399d044a662f (diff)
parent047f03ec09c2707c9e7a0320353fecbd87a028a8 (diff)
downloadprosody-ed9c967bbf7a7be8150eb566e36a9f6ffbfd2845.tar.gz
prosody-ed9c967bbf7a7be8150eb566e36a9f6ffbfd2845.zip
Merge 0.11->trunk
Diffstat (limited to 'net/http.lua')
-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;
+ };
};