This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from c371676 Make sure all errors from OpenSSL are fully cleared new 0ff1ed3 Avoid attempting to write an error report if I/O is not allowed new c7d8223 Ensure AsyncListener.onError() is triggered for a non-blocking IO error new 0a11905 Improve error handling if non-blocking IO code swallows IOExceptions new 5ba8065 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