[cp-patches] Patch: don't close sockets on exception

2005-12-26 Thread Anthony Green
I've been debugging various problems with Azureus. This is the first of several patches. This first patch stops us from closing a socket when we get an exception during connect(). It is standard behaviour to get timeout exception here for non-blocking socket connect(). We will never get a

Re: [cp-patches] Patch: don't close sockets on exception

2005-12-26 Thread Tom Tromey
Anthony == Anthony Green [EMAIL PROTECTED] writes: Anthony This first patch stops us from closing a socket when we get Anthony an exception during connect(). It is standard behaviour to Anthony get timeout exception here for non-blocking socket connect(). Anthony We will never get a proper