Re: [twsocket] TWSocket Digest, Vol 727, Issue 2

2018-01-30 Thread A.S.
her end then the TWSocket's state goes into wsConnecting for a long time. I want to reduce that Timeout. Which property should I use ? RegardsAllan -- A.S. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsock

Re: [twsocket] THttpCli and Socks Proxy

2017-11-27 Thread A.S.
to be commercially organised. Angus -- A.S. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] THttpCli and Socks Proxy

2017-11-24 Thread A.S.
lently drops security transfer? I guess it should be an exception but not silent transition to plain text transfer with potential security risks. But I haven't used HttpCli with SSL so it might be a false alarm. -- A.S. -- To unsubscribe or change your settings for TWSocket mailing

Re: [twsocket] THttpCli and Socks Proxy

2017-11-23 Thread A.S.
. Any assistance with this issue will be much appreciated. Thanks, Colin -- A.S. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] FTP Client

2017-11-20 Thread A.S.
the network and thenFTP.Abort this caused me a problem with messages like "Component Not Ready", until the whole thing had completed. So I have just left it all in its default state. Graham Why not? I think it does exactly what you need. -- A.S. -- To unsubscribe or change you

Re: [twsocket] Arno Garrels RIP

2017-10-27 Thread A.S.
of the ICS SSL support, unicode, Win64, C++, Firemonkey, MacOS, and IPv6, and added many new units and demos. His absence is the reason development of some of these has stalled. Arno's lasting legacy is all that ICS code that many of us rely on daily. Angus -- A.S. -- To unsubscribe or change your

[twsocket] Async DNS lookup option for TWSocket

2017-05-17 Thread A.S.
not wsClosed. But I'm always reluctant to change long defined stuff in case someone is checking for State >= wsClosed for instance, not a good design generally since it assumes the type has an order. So which change is safer? Angus -- A.S. -- To unsubscribe or change your settings for TWSoc

[twsocket] Async DNS lookup option for TWSocket

2017-03-08 Thread A.S.
with Connect. The socket is either just wants to connect (and then uses built-in lookup) or massively resolves domains (and thus doesn't use Connect). -- A.S. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket

[twsocket] Async DNS lookup option for TWSocket

2017-03-07 Thread A.S.
of course will need to add some setters. -- A.S. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] Async DNS lookup option for TWSocket

2017-03-07 Thread A.S.
EF MSWINDOWS} -if not IsIPv6APIAvailable then begin +if (Req.FSocketFamily = sfIPv6) and not IsIPv6APIAvailable then begin Result := -1; SetLastError(WSAVERNOTSUPPORTED); Exit; -- Отправлено с кофеварки A.S. -- To unsubscribe or change your settings for TWSocket