Try to cope with failure of remote end to respond to tls shutdown.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-11-27 12:26:33 +00:00
parent ce7b612350
commit fab72a3218
5 changed files with 50 additions and 26 deletions

View file

@ -476,7 +476,7 @@ static NSArray *keys = nil;
{
handshake = NO;
active = NO;
[session disconnect];
[session disconnect: NO];
}
- (void) dealloc