From f7f79730246a4c34c93b4fbe7a71657ec02ca53b Mon Sep 17 00:00:00 2001 From: geby Date: Wed, 19 Jan 2011 14:27:56 +0000 Subject: [PATCH] HTTP: another D2009+ fix git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@131 7c85be65-684b-0410-a082-b2ed4fbef004 --- httpsend.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/httpsend.pas b/httpsend.pas index 1bf1163..b8c58dc 100644 --- a/httpsend.pas +++ b/httpsend.pas @@ -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