This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from c70da52  Delete temporary files later to try an avoid issues with 
locked files
     new ce4f9a5  Avoid attempting to write an error report if I/O is not 
allowed
     new 1e95c5a  Ensure AsyncListener.onError() is triggered for a 
non-blocking IO error
     new 61b2d5d  Improve error handling if non-blocking IO code swallows 
IOExceptions
     new 0535f4c  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

Reply via email to