DescriptionThe Transport class in xmlrpclib.py was using the old httplib.HTTP class. This patch brings xmlrpclib up to date to use the HTTPConnection and HTTPSConnection classes. This allows xlmrpclib.ServerProxy to use HTTP/1.1 with keep-alive on servers that support it.
Patch Set 1 #Patch Set 2 : A complete patch, incorporating other fixes plus a test case #Patch Set 3 : A new patch. We need better exception handling if we are keeping the HTTPConnection around. #
MessagesTotal messages: 1
|