Method: HTTPClient::SSLSocketWrap#readpartial
- Defined in:
- lib/httpclient/session.rb
#readpartial(*args) ⇒ Object
295 296 297 298 299 |
# File 'lib/httpclient/session.rb', line 295 def readpartial(*args) str = @ssl_socket.readpartial(*args) debug(str) str end |