mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 08:40:44 +00:00
set into non-blocking mode
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35847 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
93d6b3c135
commit
ca5f252894
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2012-12-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSFileHandle: ([-sslHandshakeEstablished:outgoing:])
|
||||||
|
Set the connection into non-blocking mode so that the handshake
|
||||||
|
will not block if the other end refuses to talk to us.
|
||||||
|
|
||||||
2012-12-01 Fred Kiefer <FredKiefer@gmx.de>
|
2012-12-01 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSXMLNode.m (-XMLStringWithOptions:): Use macros for
|
* Source/NSXMLNode.m (-XMLStringWithOptions:): Use macros for
|
||||||
|
|
|
@ -1015,6 +1015,7 @@ GSTLSHandlePush(gnutls_transport_ptr_t handle, const void *buffer, size_t len)
|
||||||
[d release];
|
[d release];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
[self setNonBlocking: YES];
|
||||||
session = [[GSTLSSession alloc] initWithOptions: opts
|
session = [[GSTLSSession alloc] initWithOptions: opts
|
||||||
direction: isOutgoing
|
direction: isOutgoing
|
||||||
transport: (void*)self
|
transport: (void*)self
|
||||||
|
|
Loading…
Reference in a new issue