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 7758141471 Sync in needed to iterate safely over Collections.synchronizedList new 7ad5c16664 Rename i18n string after earlier refactoring new 3bea357476 Fix BZ 69302 Client reset should trigger ReadListener.onError ... 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/coyote/AbstractProcessor.java | 4 +++ java/org/apache/coyote/ActionCode.java | 6 +++++ .../apache/coyote/http2/Http2UpgradeHandler.java | 2 +- .../apache/coyote/http2/LocalStrings.properties | 3 ++- .../apache/coyote/http2/LocalStrings_fr.properties | 2 +- .../apache/coyote/http2/LocalStrings_ja.properties | 2 +- .../apache/coyote/http2/LocalStrings_ko.properties | 2 +- .../coyote/http2/LocalStrings_zh_CN.properties | 2 +- java/org/apache/coyote/http2/Stream.java | 30 +++++++++++++++++++++- java/org/apache/tomcat/util/net/DispatchType.java | 3 ++- .../apache/coyote/http2/TestAsyncReadListener.java | 19 +++++++++++++- .../apache/coyote/http2/TestHttp2Section_5_1.java | 6 ++--- 12 files changed, 69 insertions(+), 12 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org