Re: [twsocket] ICS V6 Http Post problem

2006-03-31 Thread Piotr Dałek
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

Re: [twsocket] ICS V6 Http Post problem

2006-03-26 Thread Francois PIETTE
>>> 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

Re: [twsocket] ICS V6 Http Post problem

2006-03-26 Thread Dod
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

Re: [twsocket] ICS V6 Http Post problem

2006-03-26 Thread Frans van Daalen
- 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

Re: [twsocket] ICS V6 Http Post problem

2006-03-25 Thread Francois PIETTE
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

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Frans van Daalen
- 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

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Francois PIETTE
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

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Frans van Daalen
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

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Frans van Daalen
> 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

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Dod
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

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Frans van Daalen
> >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=

Re: [twsocket] ICS V6 Http Post problem

2006-03-23 Thread Frans van Daalen
>> 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

Re: [twsocket] ICS V6 Http Post problem

2006-03-23 Thread Francois Piette
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

Re: [twsocket] ICS V6 Http Post problem

2006-03-23 Thread Frans van Daalen
- 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

Re: [twsocket] ICS V6 Http Post problem

2006-03-22 Thread Francois Piette
(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

[twsocket] ICS V6 Http Post problem

2006-03-22 Thread Frans van Daalen
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