Change in vdsm[master]: stomp: dispatcher can return empty string

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Wed May 4 08:48:38 UTC 2016


Piotr Kliczewski has posted comments on this change.

Change subject: stomp: dispatcher can return empty string
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/56996/1/lib/yajsonrpc/stomp.py
File lib/yajsonrpc/stomp.py:

Line 357:                 data = dispatcher.recv(todo)
Line 358:             except socket.error:
Line 359:                 dispatcher.handle_error()
Line 360:                 return
Line 361:             if data is None or data == '':
> Empty string means the socket was closed, and handle_close() was called. Se
Done
Line 362:                 return
Line 363:             parser.parse(data)
Line 364:             todo = pending()
Line 365: 


-- 
To view, visit https://gerrit.ovirt.org/56996
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id2d3553db1b1c7ca86bd0a12a70de6d798fea906
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list