Be a bit more non-standard
This commit is contained in:
parent
36e18e87ef
commit
92bbfc8ca8
1 changed files with 1 additions and 4 deletions
|
@ -529,11 +529,8 @@ function Server.process(self, client, env)
|
|||
|
||||
if close then
|
||||
headers["Connection"] = "close"
|
||||
elseif 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue