mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.http: Re-expose destroy_request() function
This was accidentally turned private in 647adfd8f738 as part of refactoring for Lua 5.2+.
This commit is contained in:
parent
a80cdecc46
commit
11e49af5e8
1 changed files with 1 additions and 0 deletions
|
@ -302,4 +302,5 @@ return {
|
|||
urldecode = util_http.urldecode;
|
||||
formencode = util_http.formencode;
|
||||
formdecode = util_http.formdecode;
|
||||
destroy_request = destroy_request;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue