From: Jo-Philipp Wich Date: Thu, 18 Sep 2014 09:34:05 +0000 (+0000) Subject: luci-0.11: backport r10529 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=668f8ed7a09f3118038e604a234651250c0807e1;p=project%2Fluci.git luci-0.11: backport r10529 --- diff --git a/libs/web/luasrc/http.lua b/libs/web/luasrc/http.lua index c53307a5a1..e8430b7276 100644 --- a/libs/web/luasrc/http.lua +++ b/libs/web/luasrc/http.lua @@ -42,8 +42,8 @@ function Request.__init__(self, env, sourcein, sinkerr) self.error = sinkerr - -- File handler - self.filehandler = function() end + -- File handler nil by default to let .content() work + self.filehandler = nil -- HTTP-Message table self.message = {