mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.http: Add feature discovery (currently just contains SNI)
This commit is contained in:
parent
93d0d13fbb
commit
047f03ec09
1 changed files with 3 additions and 0 deletions
|
@ -314,4 +314,7 @@ return {
|
|||
formencode = util_http.formencode;
|
||||
formdecode = util_http.formdecode;
|
||||
destroy_request = destroy_request;
|
||||
features = {
|
||||
sni = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue