* 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 chunk == nil then
|
||||||
if err ~= "timeout" then
|
if err ~= "timeout" then
|
||||||
return nil, part
|
return nil, part
|
||||||
and "Line exceeds maximum allowed length["..part.."]"
|
and "Line exceeds maximum allowed length"
|
||||||
or "Unexpected EOF"
|
or "Unexpected EOF"
|
||||||
else
|
else
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
|
@ -5,7 +5,7 @@ Description:
|
||||||
Server Gateway Interface for Webuci
|
Server Gateway Interface for Webuci
|
||||||
|
|
||||||
FileId:
|
FileId:
|
||||||
$Id: webuci.lua 2027 2008-05-07 21:16:35Z Cyrus $
|
$Id$
|
||||||
|
|
||||||
License:
|
License:
|
||||||
Copyright 2008 Steven Barth <steven@midlink.org>
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
||||||
|
|
Loading…
Reference in a new issue