syswrite_nonblock(p1)
Writes string to the SSL connection in a non-blocking manner. Raises an SSLError if writing would block.
static VALUE ossl_ssl_write_nonblock(VALUE self, VALUE str) { return ossl_ssl_write_internal(self, str, 1); }