You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rpc-dev@xml.apache.org by bu...@apache.org on 2002/09/12 00:54:10 UTC

DO NOT REPLY [Bug 12552] - [PATCH] Refactored HTTP request out of XmlRpcClient.execute

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 rhoegg@isisnetworks.net  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.