Home | History | Annotate | Download | only in logging

Lines Matching full:recv

837                 chunk = conn.recv(4)
840 chunk = self.connection.recv(slen)
842 chunk = chunk + conn.recv(slen - len(chunk))