module HTTPClient::SocketWrap

def read(*args)

def read(*args)
  @socket.read(*args)
end