Method: HTTPX::SSL#read

Defined in:
lib/httpx/io/ssl.rb,
lib/httpx/io/ssl.rb

#read(size, buffer) ⇒ Object



70
71
72
73
74
# File 'lib/httpx/io/ssl.rb', line 70

def read(*)
  super
rescue ::IO::WaitWritable
  0
end