summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/httpd/luasrc/httpd/server.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/httpd/luasrc/httpd/server.lua b/libs/httpd/luasrc/httpd/server.lua
index 2c415009e0..90fdd7ed32 100644
--- a/libs/httpd/luasrc/httpd/server.lua
+++ b/libs/httpd/luasrc/httpd/server.lua
@@ -124,7 +124,7 @@ function Server.create_client_sources(self, client)
or "Unexpected EOF"
-- Line ok
- elseif chunk ~= nil
+ elseif chunk ~= nil then
-- Strip trailing CR
chunk = chunk:gsub("\r$","")