* libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocket
[project/luci.git] / libs / http / luasrc / http / protocol / filter.lua
index 71263c3510355800fa26588f4b0e21f6d37c2ef2..de106aae42f6eedd174e722e8fb515adacd75577 100644 (file)
@@ -15,7 +15,7 @@ $Id$
 
 module("luci.http.protocol.filter", package.seeall)
 
-require("ltn12")
+local ltn12 = require("luci.ltn12")
 
 
 -- Factory that produces a filter which normalizes chunked transfer encoding