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:
rfm 2012-12-05 10:13:10 +00:00
parent 039f6e512f
commit f48e2d038f
2 changed files with 7 additions and 0 deletions

View file

@ -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