Piotr Kliczewski has posted comments on this change. Change subject: asyncore: Move ssl buffer handling to dispatcher ......................................................................
Patch Set 5: (1 comment) https://gerrit.ovirt.org/#/c/37097/5/lib/yajsonrpc/stompReactor.py File lib/yajsonrpc/stompReactor.py: Line 151: self._messageHandler = msgHandler Line 152: self.check_read() Line 153: Line 154: def check_read(self): Line 155: self._stompConn._dispatcher.handle_read_event() > indentation Done Line 156: Line 157: def send(self, message): Line 158: self.log.debug("Sending response") Line 159: res = stomp.Frame(stomp.Command.MESSAGE, -- To view, visit https://gerrit.ovirt.org/37097 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id5b75c8cdcaf1ddb63b499619153c4df4772af4d Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
