Method: HTTPClient::SSLSocketWrap#readpartial
- Defined in:
- lib/httpclient/session.rb
#readpartial(*args) ⇒ Object
363 364 365 366 367 |
# File 'lib/httpclient/session.rb', line 363 def readpartial(*args) str = @ssl_socket.readpartial(*args) debug(str) str end |