luci-0.11: backport r10529
This commit is contained in:
parent
31daa1b90d
commit
668f8ed7a0
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue