Author: sebb
Date: Tue Dec  7 03:27:21 2010
New Revision: 1042903

URL: http://svn.apache.org/viewvc?rev=1042903&view=rev
Log:
Javadoc

Modified:
    
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java

Modified: 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java?rev=1042903&r1=1042902&r2=1042903&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
 (original)
+++ 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
 Tue Dec  7 03:27:21 2010
@@ -1431,7 +1431,9 @@ public abstract class HTTPSamplerBase ex
      * Read response from the input stream, converting to MD5 digest if the 
useMD5 property is set.
      *
      * For the MD5 case, the result byte count is set to the size of the 
original response.
-     *
+     * 
+     * Closes the inputStream (unless there was an error)
+     * 
      * @param sampleResult
      * @param in input stream
      * @param length expected input length or zero



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to