https://bz.apache.org/bugzilla/show_bug.cgi?id=59664

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Bugzilla is not a support forum. Please use the Tomcat users' mailing list for
assistance.

There are multiple reasons I am resolving this as invalid.
- The statement in the bug report "0 means the stream is ended" is incorrect
- With blocking IO (as available from a JSP) a zero length read is not possible
- BufferedReader is a Java SE class, not a Tomcat class
- A simple test case that sends UTF-8 data byte by byte over TLS works as
expected with both 7.0.x trunk and 9.0.x trunk

-- 
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