X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fweb%2Fluasrc%2Fhttp.lua;fp=libs%2Fweb%2Fluasrc%2Fhttp.lua;h=7a0a102325f3c76a37c07b57de635173f69f14fa;hp=f37d67343ea59b561ff74fcd52e6055ed008454e;hb=66ec29f2437b813a5aaf9d246e255fcc660b30cc;hpb=50039c134e104632a7dfe10c9d39cf121aff9a0b diff --git a/libs/web/luasrc/http.lua b/libs/web/luasrc/http.lua index f37d67343e..7a0a102325 100644 --- a/libs/web/luasrc/http.lua +++ b/libs/web/luasrc/http.lua @@ -25,7 +25,7 @@ limitations under the License. ]]-- module("luci.http", package.seeall) -require("ltn12") +local ltn12 = require("luci.ltn12") require("luci.http.protocol") require("luci.util")