Method: HTTPClient::DebugSocket#readpartial

Defined in:
lib/httpclient/session.rb

#readpartial(*args) ⇒ Object



492
493
494
495
496
# File 'lib/httpclient/session.rb', line 492

def readpartial(*args)
  str = super
  debug(str)
  str
end