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 1Patch Set 2 : A complete patch, incorporating other fixes plus a test casePatch Set 3 : A new patch. We need better exception handling if we are keeping the HTTPConnection around.
Created: 8 months ago
MessagesTotal messages: 1
|
||||||||||||||||||||||||||||