DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15049>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15049 Add SSL session resumption to XmlRpcClientLite Summary: Add SSL session resumption to XmlRpcClientLite Product: XML-RPC Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Source AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Original post on the dev list: Last January I was inquiring if anyone knew how to perform SSL session resumption using an XML-RPC client. I did not receive a solution so I finally went back and addressed the issue. My solution was to copy the XmlRpcClientLite class and change the init method to use SSL sockets configured for resumption. Also on Windows we experienced a performance issue where the HTML header was being prematurely flushed. In my class I write the HTML header and XML content to a single byte array and do one write to the socket output stream. Attached is my class. I would appreciate it greatly if this capability was somehow incorporated into the Apache base-line. Let me know what you think.