You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by gd...@apache.org on 2009/10/06 04:52:58 UTC

svn commit: r822109 - /webservices/axis2/branches/java/1_5/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml

Author: gdaniels
Date: Tue Oct  6 02:52:57 2009
New Revision: 822109

URL: http://svn.apache.org/viewvc?rev=822109&view=rev
Log:
Remove unnecessary header

Modified:
    webservices/axis2/branches/java/1_5/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml

Modified: webservices/axis2/branches/java/1_5/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/documentation/xdocs/%40axis2_version_dir%40/http-transport.xml?rev=822109&r1=822108&r2=822109&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml Tue Oct  6 02:52:57 2009
@@ -59,8 +59,6 @@
 For maximum flexibility, this sender supports both the HTTP GET and POST interfaces.
 (REST in Axis2 also supports both interfaces.)</p>
 
-<h3>Reuse and Releasing Connections</h3>
-
 <p>Axis2 uses a single HTTPClient instance per ConfigurationContext (which usually means per instance
 of ServiceClient).  This pattern allows for HTTP 1.1 to automatically reuse TCP connections - in earlier versions of Axis2 the REUSE_HTTP_CLIENT configuration property was necessary to enable this functionality, but as of 1.5 this is no longer necessary.</p>