TFPHTTPConnection: clear FBuffer when read from it in ReadRequestContent

This commit is contained in:
Ondrej Pokorny 2021-08-16 11:33:53 +02:00
parent 675312c201
commit d502a38f20

View File

@ -478,6 +478,7 @@ begin
if (P>0) then
begin
Move(FBuffer[1],S[1],P);
FBuffer:='';
L:=L-P;
end;
P:=P+1;