mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
ed9c967bbf
1 changed files with 3 additions and 0 deletions
|
@ -331,4 +331,7 @@ return {
|
||||||
formencode = util_http.formencode;
|
formencode = util_http.formencode;
|
||||||
formdecode = util_http.formdecode;
|
formdecode = util_http.formdecode;
|
||||||
destroy_request = destroy_request;
|
destroy_request = destroy_request;
|
||||||
|
features = {
|
||||||
|
sni = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue