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:
Matthew Wild 2020-08-08 13:11:11 +01:00
parent a80cdecc46
commit 11e49af5e8

View file

@ -302,4 +302,5 @@ return {
urldecode = util_http.urldecode;
formencode = util_http.formencode;
formdecode = util_http.formdecode;
destroy_request = destroy_request;
};