Re: [twsocket] Proxy traversal error handling

2011-02-11 Thread Anton S.
however with socks #20xxx is not a winsock error is displayed everywhere with socks errors What's the problem? ICS uses custom WSocketErrorDesc anyway so just add a definition of socks errors there. -- Anton -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Proxy traversal error handling

2011-02-11 Thread Arno Garrels
Anton S. wrote: however with socks #20xxx is not a winsock error is displayed everywhere with socks errors What's the problem? ICS uses custom WSocketErrorDesc anyway so just add a definition of socks errors there. There should be multiple new functions to lookup error messages IMO. One of

[twsocket] TFtpCli strange logic

2011-02-11 Thread Arno Garrels
Hi, 1) Command Open succeeds. 2) After the server received command User it closes the connection (FIN/ACK). 3) OnSessionClosed triggers with ErrCode 0. 4) OnRequestDone triggers with ErrCode 0 and the status code from previous request. Would you agree that is a bug? -- Arno Garrels -- To