summaryrefslogtreecommitdiffhomepage
path: root/libs/http/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-07-04 15:12:11 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-07-04 15:12:11 +0000
commit653f5e2361c667b7f6dda0d6b20dbc42b4b7c7da (patch)
treeaeeec2327a3757e15710a24ff4a4dd95065b93a9 /libs/http/luasrc
parent09f5bab7448b964f953f42215683ff0883a01026 (diff)
* luci: fixup svn properties
Diffstat (limited to 'libs/http/luasrc')
-rw-r--r--libs/http/luasrc/http/protocol.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/http/luasrc/http/protocol.lua b/libs/http/luasrc/http/protocol.lua
index 93851fb05..51cb02df2 100644
--- a/libs/http/luasrc/http/protocol.lua
+++ b/libs/http/luasrc/http/protocol.lua
@@ -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