luci-0.12: merge r10529
This commit is contained in:
parent
ac17ad8d7b
commit
77eaad64ce
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