Author: hgomez
Date: Mon May  8 07:20:36 2006
New Revision: 405062

URL: http://svn.apache.org/viewcvs?rev=405062&view=rev
Log:
Mention support for connection and reply timeout

Modified:
    webservices/xmlrpc/trunk/src/changes/changes.xml

Modified: webservices/xmlrpc/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/src/changes/changes.xml?rev=405062&r1=405061&r2=405062&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/src/changes/changes.xml (original)
+++ webservices/xmlrpc/trunk/src/changes/changes.xml Mon May  8 07:20:36 2006
@@ -4,6 +4,10 @@
   </properties>
   <body>
     <release version="3.0-SNAPSHOT" date="Not yet released">
+      <action dev="hgomez" type="enhancement">
+        add connectionTimeout and replyTimeout in RPC clients.
+        CommonsTransport support connection and reply timeout, 
liteHttpTransport only support reply timeout
+      </action>
       <action dev="jochen" type="fix" due-to="Marek Ludha"
           due-to-email="[EMAIL PROTECTED]">
         The value created by HttpUtil.encodeBasicAuthentication(...)


Reply via email to