HTTPd: No keep-alive after POST request, because we do not check state
of incoming data
This commit is contained in:
parent
95aa9593c5
commit
f242ed5aba
1 changed files with 2 additions and 0 deletions
|
@ -432,6 +432,8 @@ function Server.process(self, client, env)
|
|||
else
|
||||
return self:error(client, 411, statusmsg[411])
|
||||
end
|
||||
|
||||
close = true
|
||||
else
|
||||
return self:error(client, 405, statusmsg[405])
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue