* luci: fixup svn properties
[project/luci.git] / libs / http / luasrc / http / protocol.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