HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/share/ri/2.7.0/system/OpenSSL/SSL/SSLSocket/connect_nonblock-i.ri
U:RDoc::AnyMethod[iI"connect_nonblock:ETI"-OpenSSL::SSL::SSLSocket#connect_nonblock;TF:publico:RDoc::Markup::Document:@parts[	o:RDoc::Markup::Paragraph;	[I"HInitiates the SSL/TLS handshake as a client in non-blocking manner.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"!# emulates blocking connect
;TI"begin
;TI"  ssl.connect_nonblock
;TI"rescue IO::WaitReadable
;TI"  IO.select([s2])
;TI"
  retry
;TI"rescue IO::WaitWritable
;TI"  IO.select(nil, [s2])
;TI"
  retry
;TI"	end
;T:@format0o;
;	[	I"OBy specifying a keyword argument _exception_ to +false+, you can indicate ;TI"Cthat connect_nonblock should not raise an IO::WaitReadable or ;TI"KIO::WaitWritable exception, but return the symbol +:wait_readable+ or ;TI"+:wait_writable+ instead.;T:
@fileI"ext/openssl/ossl_ssl.c;T:0@omit_headings_from_table_of_contents_below0I"-ssl.connect_nonblock([options]) => self
;T0[I"(p1 = {});T@!FI"SSLSocket;TcRDoc::NormalClass00