HTTPd: No keep-alive after POST request, because we do not check state

of incoming data
This commit is contained in:
Steven Barth 2009-06-07 13:51:18 +00:00
parent 95aa9593c5
commit f242ed5aba

View file

@ -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