I think I found a bug in ICSv6-HTTPProt:
in getbodynexline:
{$IFDEF UseContentCoding}
// FContentCodingHnd.WriteBuffer(P, K);
FContentCodingHnd.WriteBuffer(@FReceiveBuffer[P], K);
// FP 09/09/06
{$ELSE}
{$IFDEF CLR}
if Assigned(FRcvdStream) then
FRcvdStream.Write(FReceiveBuffer, P, K);
TriggerDocData(FReceiveBuffer, P, K);
{$ELSE}
if Assigned(FRcvdStream) then
FRcvdStream.WriteBuffer(P, K); // should be like
this -- www.fastream.com
TriggerDocData(@FReceiveBuffer[P], K); // should be like
this -- www.fastream.com
{$ENDIF}
{$ENDIF}
Best Regards,
SZ
----- Original Message -----
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To: "ICS support mailing" <[email protected]>
Sent: Monday, June 25, 2007 7:48 PM
Subject: Re: [twsocket] New ICS-V6 and ICS-SSL-V6 available
> >I know I asked this before but since the answer was in French I cannot
>> recall it--and I do not want to go back to my backup. Can you tell me the
>> pwd of the ICS-SSL zip?
>
> Sent privately...
>
> --
> [EMAIL PROTECTED]
> http://www.overbyte.be
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be