Scope compatibility fixes
[oweals/luci.git] / libs / web / luasrc / http.lua
index c5a85ea4d9f777187855549adabf0c18e199f32a..bac9979522d6bfaa89291d636d90d15584531c1b 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
 ]]--
 
 local ltn12 = require "luci.ltn12"
-local proto = require "luci.http.protocol"
+local protocol = require "luci.http.protocol"
 local util  = require "luci.util"
 local string = require "string"
 local coroutine = require "coroutine"