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=12552>. 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=12552 [PATCH] Refactored HTTP request out of XmlRpcClient.execute ------- Additional Comments From [EMAIL PROTECTED] 2002-09-11 22:54 ------- OK I didn't realize I could attach the patch as a file separately. Will do next time. This was a refactoring, so there is no additional functionality to test. I added a private method executeHttpRequest to XmlRpcClient.Worker with Javadoc. This basically does the last half of the old XmlRpcClient.Worker.execute(). The ClientServerRpctest passes.