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
indirectly (such as a modal form) or calling GetMessage/PeekMessage and the 
likes.

Is it possible for you to slightly change the Http demo to do your post and if 
it reproduce the
problem, mail it to me ?

--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be



----- Original Message ----- 
From: "Frans van Daalen" <[EMAIL PROTECTED]>
To: <twsocket@elists.org>
Sent: Wednesday, March 22, 2006 9:14 PM
Subject: [twsocket] ICS V6 Http Post problem


> 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=aaaa
> &para2=bbbbb
> &para3=dddd......(about 1600 chars)
>
> I will see something else with a sniffer
>
> Para1=aaaa
> &para2=bbbbb
> &para3=dddd......( only a part of them)
> &Para1=aaaa
> &para2=bbbbb
> &para3=dddd......(again a part of them)
>
> Anyone with a hint how to solve this.?
>
> Frans
>
>
> -- 
> 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

Reply via email to