mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 18:21:00 +02:00
TFPHTTPConnection: clear FBuffer when read from it in ReadRequestContent
This commit is contained in:
parent
675312c201
commit
d502a38f20
@ -478,6 +478,7 @@ begin
|
||||
if (P>0) then
|
||||
begin
|
||||
Move(FBuffer[1],S[1],P);
|
||||
FBuffer:='';
|
||||
L:=L-P;
|
||||
end;
|
||||
P:=P+1;
|
||||
|
Loading…
Reference in New Issue
Block a user