This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 8589e68 Make sure all errors from OpenSSL are fully cleared new d1da266 Avoid attempting to write an error report if I/O is not allowed new 4cb74d1 Ensure AsyncListener.onError() is triggered for a non-blocking IO error new 3082475 Improve error handling if non-blocking IO code swallows IOExceptions new 2062bd5 Avoid possible NPE during shutdown for some error conditions The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/catalina/connector/CoyoteAdapter.java | 25 ++- .../org/apache/catalina/connector/InputBuffer.java | 57 +++--- .../apache/catalina/connector/OutputBuffer.java | 1 + .../apache/catalina/valves/ErrorReportValve.java | 28 +-- java/org/apache/coyote/Request.java | 33 ++++ java/org/apache/coyote/Response.java | 11 +- .../catalina/nonblocking/TestNonBlockingAPI.java | 192 +++++++++++++++++++-- webapps/docs/changelog.xml | 11 ++ 8 files changed, 289 insertions(+), 69 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org