https://issues.apache.org/bugzilla/show_bug.cgi?id=56663

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
1. Exact version of Tomcat 8.0.x = ?

2. What connector implementation is being used (NIO, NIO2, APR, BIO) ?
(See startup logs of your Tomcat, or ask on the Users mailing list)

3. The onDataAvailable() does not guarantee that _all_ data can be read. It
just says that _some_ data can be read.

If "isReady()" returns false then you are expected to exit from this method,
and wait until "onDataAvailable()" is being called the second time. See [1].



[1]
http://docs.oracle.com/javaee/7/api/javax/servlet/ReadListener.html#onDataAvailable%28%29

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to