Change in vdsm[master]: packaging: debian: making code compatible with upstream M2Cr...

Alon Bar-Lev alonbl at redhat.com
Thu Feb 12 13:39:36 UTC 2015


Alon Bar-Lev has posted comments on this change.

Change subject: packaging: debian: making code compatible with upstream M2Crypto
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/37746/1/lib/vdsm/sslutils.py
File lib/vdsm/sslutils.py:

Line 124:                 client.socket.settimeout
Line 125:             )
Line 126:             settimeout(self.accept_timeout)
Line 127:             client.accept_ssl()
Line 128:             settimeout(None)
can't we just use client.socket.settimeout()  in all cases?
Line 129:         except SSL.SSLError as e:
Line 130:             raise SSL.SSLError("%s, client %s" % (e, address[0]))
Line 131: 
Line 132:         client = SSLSocket(client)


-- 
To view, visit http://gerrit.ovirt.org/37746
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id1808bc9e27dde72b018c3be413f5b2066127982
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Simone Tiraboschi <stirabos at redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Lev Veyde <lveyde at redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list