* luci: fixup svn properties

This commit is contained in:
Jo-Philipp Wich 2008-07-04 15:12:11 +00:00
parent 09f5bab744
commit 653f5e2361
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>