while 1:
        data = s.recv(BUFSIZE)
        if not data: break
        reply = reply + data