projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520b406
)
* luci/libs: fix syntax error in last commit
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 23 Jun 2008 19:21:54 +0000
(19:21 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 23 Jun 2008 19:21:54 +0000
(19:21 +0000)
libs/httpd/luasrc/httpd/server.lua
patch
|
blob
|
history
diff --git
a/libs/httpd/luasrc/httpd/server.lua
b/libs/httpd/luasrc/httpd/server.lua
index 2c415009e0fccb2ca44a90ba82580b9ee3d2075c..90fdd7ed32dd367cc7a2be9b828cc859916ab426 100644
(file)
--- 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$","")