Re: [twsocket] DNSQuery BUG...

2006-01-08 Thread Wilfried Mestdagh
Hello Ann, But I've set protocol to TCP... There is no proto property in DNSQuery component. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] DNSQuery BUG...

2006-01-08 Thread Francois PIETTE
But I've set protocol to TCP... There is no proto property in DNSQuery component. Yes, there is one protocol property... -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] DNSQuery BUG...

2006-01-08 Thread Francois PIETTE
But I've set protocol to TCP... Maybe the DNS server have to query one upper level and don't get answer. Use a sniffer (see Ethereal on the links page at my website) to confirm no answer from DNS server comes in or the answer come but is missed by the component (I would be very surprised). --

[twsocket] wSocketServer issue queuing data unintentionally

2006-01-08 Thread lame.one
I'm writing a proxy type of application for irc and I noticed an issue twice last night that had me puzzled. I have 1 wsocketserver component on my form and I spawn a wsocket client for the remote connection since this is a local proxy. When inbound remote connection data comes in i write the

Re: [twsocket] wSocketServer issue queuing data unintentionally

2006-01-08 Thread Francois PIETTE
This behaviour could be cause by a loop (or some blocking operation of any sort) in your software preventing the message pump being called and therefore no event is triggered and nothing happend in the component (data still buffered). When the loop or blocking operation end, everything start

[twsocket] ICS-V5 and V6 betas updated with fixes in HTTP component related to authentication

2006-01-08 Thread Francois PIETTE
V5 and V6 betas have been updated with fixes in HTTP component related to authentication. Fixes are by Maurizio Lotauro. Thanks to [EMAIL PROTECTED] who found a case where the bug occured. I updated both source and binaries. ICS-SSL has also been updated. -- [EMAIL PROTECTED]

Re: [twsocket] HTTP client and NTLM

2006-01-08 Thread Arno Garrels
Maurizio Lotauro wrote: Scrive Francois PIETTE [EMAIL PROTECTED]: A user reported having problem with a server handling badly NTLM. Using the option httpoNoNTLMAuth doesn't really disable NTLM. The user has derived a new class from the component and has added in the constructor

[twsocket] HttpCli Agent

2006-01-08 Thread Paul
Does anyone have a list of all possible HttpCli.Agent values ? Paul -- 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

Re: [twsocket] HTTP client and NTLM

2006-01-08 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Maurizio Lotauro wrote: [...] I just discovered that when Arno changed FServerAuth and FProxyAuth from string to an ordinal type some code was modified in the wrong way. Shall I change my job? It looks like that :( I don't think so. Usually more

Re: [twsocket] HTTP client and NTLM

2006-01-08 Thread Maurizio Lotauro
Scrive Francois PIETTE [EMAIL PROTECTED]: A user reported having problem with a server handling badly NTLM. Using the option httpoNoNTLMAuth doesn't really disable NTLM. The user has derived a new class from the component and has added in the constructor FServerAuth = httpAuthBasic;

Re: [twsocket] HTTP client and NTLM

2006-01-08 Thread Arno Garrels
Maurizio Lotauro wrote: Scrive Francois PIETTE [EMAIL PROTECTED]: A user reported having problem with a server handling badly NTLM. Using the option httpoNoNTLMAuth doesn't really disable NTLM. The user has derived a new class from the component and has added in the constructor