DescriptionThe SimpleXMLRPCServer shuts down the connection manually after each call, rather than letting the request handler worry about it, thus rendering it unusable when running as a HTTP1.1 keep-alive server,
Patch Set 1 #Patch Set 2 : Also fix the same issue in DocXMLRPCServer #Patch Set 3 : A more complete patch. Makes the Flush responsibility of the BaseHTTPRequestHandler #
|