Author: sebb
Date: Fri Mar 28 08:30:11 2008
New Revision: 642262

URL: http://svn.apache.org/viewvc?rev=642262&view=rev
Log:
Clarify different HTTP samplers

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=642262&r1=642261&r2=642262&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Mar 28 
08:30:11 2008
@@ -105,8 +105,11 @@
         them.  This can save you time if you have a lot of HTTP requests or 
requests with many
         parameters.</p>
 
-        <p>There are two versions of the sampler
-         - one uses the default Java HTTP implementation, the other uses 
Commons HttpClient.
+        <p><b>There are two versions of the sampler:</b>
+        <ul>
+        <li>HTTP Request - uses the default Java HTTP implementation</li>
+        <li>HTTP Request HTTPClient - uses Apache Commons HttpClient</li>
+        </ul>
          </p>
          <p>The default (Java) implementation has some limitations:</p>
          <ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to