module HTTPClient::SocketWrap

def gets(*args)

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