This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from becddcf60a Pass through ciphers referring to an OpenSSL profile new 082b325063 Fix BZ 66841 - ensure AsyncListener.onError is called after an error new 89675ba078 Mark method Deprecated that returns unused valid new a33a493ef7 Remove unused return value The 3 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 | 8 +- java/org/apache/coyote/AbstractProcessor.java | 4 +- java/org/apache/coyote/AsyncStateMachine.java | 22 +++ java/org/apache/coyote/LocalStrings.properties | 2 + java/org/apache/coyote/Response.java | 8 +- test/org/apache/coyote/http2/TestAsyncError.java | 170 +++++++++++++++++++++++ 6 files changed, 202 insertions(+), 12 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