Simone Tiraboschi has posted comments on this change.

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


Patch Set 4:

(1 comment)

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

Line 40:     def gettimeout(self):
Line 41:         return self.connection.socket.gettimeout()
Line 42: 
Line 43:     @staticmethod
Line 44:     def setSSLConnectionTimeout(conn, timeout):
> I completely disagree.
Ok, I understood.

The issue was that on line 123 of the original code we are trying to set the 
timeout value on an instance of M2Crypto.SSL.Connection before creating an 
instance of this SSLSocket class and we are creating it only if everything is 
ok but changing that design is just the minor issue.
Line 45:         msettimeout = getattr(conn, 'settimeout', None)
Line 46:         if msettimeout:
Line 47:             r = msettimeout(timeout)
Line 48:         else:


-- 
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: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Lev Veyde <lve...@redhat.com>
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stira...@redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <d...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to