- Add code to check that at least one read is made that goes down to the connector...
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 27 Apr 2007 22:03:57 +0000 (22:03 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 27 Apr 2007 22:03:57 +0000 (22:03 +0000)
commit3dc61ee8a0c43d04b26ee273a75551dc084872a2
tree794bdd7c4f7b454450ef64b241b109248f7e1d78
parentf0fa943a836e83312354ad515cdc52eee1846923
- Add code to check that at least one read is made that goes down to the connector for each read event.
- It is an error to not read bytes as long as some are reported as available.
- Generate a read event if bytes are available after processing the begin event (for API lawyers out there).
- Not tested yet, sorry. In theory, previously working code shouldn't have to be modified at all.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@533240 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/connector/CoyoteAdapter.java
java/org/apache/catalina/connector/InputBuffer.java
java/org/apache/catalina/connector/Request.java