mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:09:23 +02:00
* When there is no content, do not raise an unsupported content exception
git-svn-id: trunk@14106 -
This commit is contained in:
parent
945712ce99
commit
5ad78c59b1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user