* luci: fixup svn properties
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 4 Jul 2008 15:12:11 +0000 (15:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 4 Jul 2008 15:12:11 +0000 (15:12 +0000)
libs/http/luasrc/http/protocol.lua
libs/sgi-webuci/luasrc/sgi/webuci.lua

index 93851fb..51cb02d 100644 (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
index 3e60575..3143fb1 100644 (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>