This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from f90c70f11f Pass through ciphers referring to an OpenSSL profile new 5554cadc88 Fix BZ 66841 - ensure AsyncListener.onError is called after an error new 3a60055ac9 Mark method Deprecated that returns unused valid The 2 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: java/org/apache/catalina/connector/Response.java | 3 + java/org/apache/coyote/AbstractProcessor.java | 4 +- java/org/apache/coyote/AsyncStateMachine.java | 38 ++++- java/org/apache/coyote/LocalStrings.properties | 2 + java/org/apache/coyote/Response.java | 3 + test/org/apache/coyote/http2/TestAsyncError.java | 170 +++++++++++++++++++++++ webapps/docs/changelog.xml | 5 + 7 files changed, 221 insertions(+), 4 deletions(-) create mode 100644 test/org/apache/coyote/http2/TestAsyncError.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org