* When there is no content, do not raise an unsupported content exception

git-svn-id: trunk@14106 -
This commit is contained in:
joost 2009-11-08 09:25:04 +00:00
parent 945712ce99
commit 5ad78c59b1

View File

@ -1170,7 +1170,7 @@ begin
ProcessMultiPart(M,CT, ContentFields)
else if Pos('APPLICATION/X-WWW-FORM-URLENCODED',Uppercase(CT))<>0 then
ProcessUrlEncoded(M, ContentFields)
else
else if CL<>0 then
begin
{$ifdef CGIDEBUG}
SendDebug('InitPostVars: unsupported content type:'+CT);