diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-09-15 09:09:06 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-09-15 09:09:06 +0100 |
commit | ed9c967bbf7a7be8150eb566e36a9f6ffbfd2845 (patch) | |
tree | a27d3fb65cc35680f75150be96b2b737218e650c /net | |
parent | 29f2e5906fab2bc82b04041a1e29399d044a662f (diff) | |
parent | 047f03ec09c2707c9e7a0320353fecbd87a028a8 (diff) | |
download | prosody-ed9c967bbf7a7be8150eb566e36a9f6ffbfd2845.tar.gz prosody-ed9c967bbf7a7be8150eb566e36a9f6ffbfd2845.zip |
Merge 0.11->trunk
Diffstat (limited to 'net')
-rw-r--r-- | net/http.lua | 3 |
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; + }; }; |