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 | 84c3711e2c3fe4e31c5a46d8aa64c3df232b7ca5 (patch) | |
tree | a27d3fb65cc35680f75150be96b2b737218e650c /net | |
parent | e6866e4df85c88862923347b818ef417b4dd36c5 (diff) | |
parent | eb8d78cb7e1a7a47861510d908cc1b90c6aa1929 (diff) | |
download | prosody-84c3711e2c3fe4e31c5a46d8aa64c3df232b7ca5.tar.gz prosody-84c3711e2c3fe4e31c5a46d8aa64c3df232b7ca5.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; + }; }; |