Author: sebb
Date: Tue Nov 11 13:03:20 2008
New Revision: 713167

URL: http://svn.apache.org/viewvc?rev=713167&view=rev
Log:
Remove obsolete comments

Modified:
    
jakarta/jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/BinaryTCPClientImpl.java

Modified: 
jakarta/jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/BinaryTCPClientImpl.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/BinaryTCPClientImpl.java?rev=713167&r1=713166&r2=713167&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/BinaryTCPClientImpl.java
 (original)
+++ 
jakarta/jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/BinaryTCPClientImpl.java
 Tue Nov 11 13:03:20 2008
@@ -134,21 +134,6 @@
                     break;
                 }
             }
-            /*
-             * Timeout is reported as follows: JDK1.3: InterruptedIOException
-             * JDK1.4: SocketTimeoutException, which extends
-             * InterruptedIOException
-             *
-             * So to make the code work on both, just check for
-             * InterruptedIOException
-             *
-             * If 1.3 support is dropped, can change to using
-             * SocketTimeoutException
-             *
-             * For more accurate detection of timeouts under 1.3, one could
-             * perhaps examine the Exception message text...
-             *
-             */
         } catch (SocketTimeoutException e) {
             // drop out to handle buffer
         } catch (InterruptedIOException e) {



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

Reply via email to