Change in vdsm[master]: xmlrpc: Fix connection reset on Python 2.6

Federico Simoncelli fsimonce at redhat.com
Fri Feb 7 16:27:15 UTC 2014


Federico Simoncelli has posted comments on this change.

Change subject: xmlrpc: Fix connection reset on Python 2.6
......................................................................


Patch Set 1: Code-Review+1

(1 comment)

http://gerrit.ovirt.org/#/c/24026/1//COMMIT_MSG
Commit Message:

Line 10: socket cause the other side to receive connection reset, and loose the response
Line 11: data.  Python 2.7 introduced the shutdown_request method, fixing this issue.
Line 12: 
Line 13: This patch check if SimpleXMLRPCServer has the shutdown_request method, and if
Line 14: not, do a clean request shutdwon in close_request.
typo
Line 15: 
Line 16: Change-Id: Id77a32bb0d4fff13ee680eade52a2f60e4e808b5


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id77a32bb0d4fff13ee680eade52a2f60e4e808b5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Liron Ar <laravot at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list