diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-04 15:12:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-04 15:12:11 +0000 |
commit | 653f5e2361c667b7f6dda0d6b20dbc42b4b7c7da (patch) | |
tree | aeeec2327a3757e15710a24ff4a4dd95065b93a9 /libs/http/luasrc | |
parent | 09f5bab7448b964f953f42215683ff0883a01026 (diff) |
* luci: fixup svn properties
Diffstat (limited to 'libs/http/luasrc')
-rw-r--r-- | libs/http/luasrc/http/protocol.lua | 2 |
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 |