Hello!
> I always "loved" the Pascal way of obfuscating code with those
> complicated mix of @ pchar ^ and other funny notation as soon as you
> need to play with pointers and direct data memory access...
It's complicated only when you don't use it often. Otherwise it requires
a bit mor
>>> Move((PChar(Data) + Offset)^, (PChar(Buf) + WrCount)^, Copied);
> I always "loved" the Pascal way of obfuscating code with those
> complicated mix of @ pchar ^ and other funny notation as soon as you
> need to play with pointers and direct data memory access...
FYI, it is the same no
Hello,
I always "loved" the Pascal way of obfuscating code with those
complicated mix of @ pchar ^ and other funny notation as soon as you
need to play with pointers and direct data memory access...
>> The bug is in OverbyteIcsWSockBuf.pas. In function TBuffer.Write, you'll
>> find a li
- Original Message -
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Saturday, March 25, 2006 11:10 AM
Subject: Re: [twsocket] ICS V6 Http Post problem
> I've been able to reproduce the problem and to fix it !
> The
CTED]>
To: "ICS support mailing"
Sent: Friday, March 24, 2006 10:50 PM
Subject: Re: [twsocket] ICS V6 Http Post problem
>
> - Original Message -
> From: "Francois PIETTE" <[EMAIL PROTECTED]>
> To: "ICS support mailing"
> Sent: Frid
- Original Message -
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Friday, March 24, 2006 8:05 PM
Subject: Re: [twsocket] ICS V6 Http Post problem
>>> Is it possible for you to slightly change the Http demo to do yo
changes.
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Frans van Daalen" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Friday, March 24, 2006 7:50 PM
Subject: Re: [twsocket] ICS V6 Http Post problem
> From: "Francois Pi
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Thursday, March 23, 2006 8:52 AM
Subject: Re: [twsocket] ICS V6 Http Post problem
> In your application, are you calling the message pump somewhere ?
> Specially from one of the ICS
> Hello Frans,
>
> I never used HTTP component (only basic WSocket) but may be you could
> check if you are using HTTP 1.0 or 1.1 content data can be splitted in
> multiple blocks when using HTTP 1.1. I don't know if it will help you,
> this is a simple idea.
>
> Regards.
Dod,
as far as i unders
Hello Frans,
I never used HTTP component (only basic WSocket) but may be you could
check if you are using HTTP 1.0 or 1.1 content data can be splitted in
multiple blocks when using HTTP 1.1. I don't know if it will help you,
this is a simple idea.
Regards.
>>
>>Data := 'FirstName=' + string
>
>Data := 'FirstName=' + stringofchar('A',600) + '&' +
>'LastName=' + stringofchar('B',600) + '&' +
>'NextName=' + stringofchar('C',600) + '&' +
>'Submit=Submit';
>
> This is wat the sniffer reports
>
> Content-Length: 1844
> Parameters
.
> NextName=
>> In your application, are you calling the message pump somewhere ?
>> Specially from one of the ICS
>> component event handler ? This will cause a lot of trouble with the
>> events.
>>
>> btw: The message pump is typically Application.ProcessMessages, but can
>> also be anythoing calling it
>> in
nts written by developer not having understood how windows
work).
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Frans van Daalen" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Thursday, March 23, 2006 9:13 AM
Subject: Re: [twsoc
- Original Message -
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Thursday, March 23, 2006 8:52 AM
Subject: Re: [twsocket] ICS V6 Http Post problem
> In your application, are you calling the message pump somewhere ?
&g
(Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be
- Original Message -
From: "Frans van Daalen" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, March 22, 2006 9:14 PM
Subject: [twsocket] ICS V6 Http Post problem
> Al
Already asked this in the borland newsgroup but was advised to asked it here
again.
I use v6 latest beta and if I do a asyncpost wiht some long parameters like
Para1=
¶2=b
¶3=..(about 1600 chars)
I will see something else with a sniffer
Para1=
¶2=b
¶3=..( only a
16 matches
Mail list logo