Yaniv Bronhaim has submitted this change and it was merged. Change subject: ssl: ssl socket may throw sslerror during reading ......................................................................
ssl: ssl socket may throw sslerror during reading When client closes socket in not clean way sometimes we can get SSLError with unexpected eof. When this situation occurs we need to make sure to handle this situation properly. Bug-Url: https://bugzilla.redhat.com/1265965 Change-Id: I8de60d91f81b08e9cb78df07f09d2bcc903c1bad Signed-off-by: pkliczewski <[email protected]> Reviewed-on: https://gerrit.ovirt.org/46659 Reviewed-by: Yaniv Bronhaim <[email protected]> Continuous-Integration: Yaniv Bronhaim <[email protected]> --- M lib/yajsonrpc/betterAsyncore.py 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Piotr Kliczewski: Verified Yaniv Bronhaim: Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/46659 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8de60d91f81b08e9cb78df07f09d2bcc903c1bad Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
