git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@416423
13f79535-47bb-0310-9956-
ffa450edef68
return false;\r
}\r
timedOut = (readTimeout != -1) && ((System.currentTimeMillis()-start)>this.readTimeout);\r
- if ( !timedOut && nRead == 0 ) try {Thread.sleep(25);}catch ( Exception x ) {}\r
+ //if ( !timedOut && nRead == 0 ) try {Thread.sleep(5);}catch ( Exception x ) {}\r
}while ( nRead == 0 && (!timedOut) );\r
//else throw new IOException(sm.getString("iib.failedread"));\r
return false; //timeout\r