X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fhttpd%2Fluasrc%2Fhttpd%2Fserver.lua;h=90fdd7ed32dd367cc7a2be9b828cc859916ab426;hp=2c415009e0fccb2ca44a90ba82580b9ee3d2075c;hb=d5deb7a99aa3ccad8305e405aa25e170e9bc7e33;hpb=520b4060a7474aab2f4a4b9b07872a38478d29c6 diff --git a/libs/httpd/luasrc/httpd/server.lua b/libs/httpd/luasrc/httpd/server.lua index 2c415009e..90fdd7ed3 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$","")