module HTTPClient::DebugSocket

def gets(*args)

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