* libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocket
[project/luci.git] / libs / web / luasrc / http.lua
index f37d67343ea59b561ff74fcd52e6055ed008454e..7a0a102325f3c76a37c07b57de635173f69f14fa 100644 (file)
@@ -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")