mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
039f6e512f
commit
f48e2d038f
2 changed files with 7 additions and 0 deletions
|
@ -1015,6 +1015,7 @@ GSTLSHandlePush(gnutls_transport_ptr_t handle, const void *buffer, size_t len)
|
|||
[d release];
|
||||
}
|
||||
}
|
||||
[self setNonBlocking: YES];
|
||||
session = [[GSTLSSession alloc] initWithOptions: opts
|
||||
direction: isOutgoing
|
||||
transport: (void*)self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue