You've already forked lazarus-ccr
Part 2
FPC UnicodeString support (+ test cases) WideString support (+ test cases) git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@556 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -163,7 +163,7 @@ procedure THTTPTransport.SendAndReceive(ARequest, AResponse: TStream);
|
||||
end;
|
||||
|
||||
var
|
||||
s : string;
|
||||
s : TBinaryString;
|
||||
{$ENDIF}
|
||||
begin
|
||||
FConnection.Document.Size := 0;
|
||||
|
||||
Reference in New Issue
Block a user