* luci: fixup svn properties
This commit is contained in:
parent
09f5bab744
commit
653f5e2361
2 changed files with 2 additions and 2 deletions
|
@ -535,7 +535,7 @@ function header_source( sock )
|
|||
if chunk == nil then
|
||||
if err ~= "timeout" then
|
||||
return nil, part
|
||||
and "Line exceeds maximum allowed length["..part.."]"
|
||||
and "Line exceeds maximum allowed length"
|
||||
or "Unexpected EOF"
|
||||
else
|
||||
return nil, err
|
||||
|
|
|
@ -5,7 +5,7 @@ Description:
|
|||
Server Gateway Interface for Webuci
|
||||
|
||||
FileId:
|
||||
$Id: webuci.lua 2027 2008-05-07 21:16:35Z Cyrus $
|
||||
$Id$
|
||||
|
||||
License:
|
||||
Copyright 2008 Steven Barth <steven@midlink.org>
|
||||
|
|
Loading…
Reference in a new issue