HTTP: another D2009+ fix

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@131 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby 2011-01-19 14:27:56 +00:00
parent b02a43c5c1
commit f7f7973024

View File

@ -1,5 +1,5 @@
{==============================================================================|
| Project : Ararat Synapse | 003.012.004 |
| Project : Ararat Synapse | 003.012.005 |
|==============================================================================|
| Content: HTTP client |
|==============================================================================|
@ -670,7 +670,7 @@ end;
function THTTPSend.ReadUnknown: Boolean;
var
s: string;
s: ansistring;
begin
Result := false;
repeat
@ -700,7 +700,7 @@ end;
function THTTPSend.ReadChunked: Boolean;
var
s: string;
s: ansistring;
Size: Integer;
begin
repeat