Always close POST-connections (circumvents some strange browser behaviour in Firefox / Opera)

This commit is contained in:
Steven Barth 2008-11-03 09:44:38 +00:00
parent 9d67f6db01
commit 4a15c6ffba

View file

@ -168,7 +168,9 @@ function Server.process( self, client )
self:error( thread, 411, luci.http.protocol.statusmsg[411] )
break;
end
-- FIXME: Close for POST requests
close = true
else
self:error( thread, 405, luci.http.protocol.statusmsg[405] )
break;