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:
36e18e8
)
Be a bit more non-standard
author
Steven Barth
<steven@midlink.org>
Mon, 26 Oct 2009 17:55:08 +0000
(17:55 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 26 Oct 2009 17:55:08 +0000
(17:55 +0000)
libs/lucid-http/luasrc/lucid/http/server.lua
patch
|
blob
|
history
diff --git
a/libs/lucid-http/luasrc/lucid/http/server.lua
b/libs/lucid-http/luasrc/lucid/http/server.lua
index 284c6a03ed8959bc5d265ef4b1888ef2e93b414a..bc8d53168c95be125764e365b3dc77882352b2e9 100644
(file)
--- a/
libs/lucid-http/luasrc/lucid/http/server.lua
+++ b/
libs/lucid-http/luasrc/lucid/http/server.lua
@@
-529,11
+529,8
@@
function Server.process(self, client, env)
if close then
headers["Connection"] = "close"
- else
if message.env.SERVER_PROTOCOL == "HTTP/1.0" then
+ else
headers["Connection"] = "Keep-Alive"
- end
-
- if not close then
headers["Keep-Alive"] = "timeout=5, max=50"
end