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 389a9bb Enable session cache so session ID is available with APR new 8dc8f39 Improve naming new abe4d03 Add debug log message for stream recycling new cc9e398 Improve validation of expected response new 198d63b Avoid possible NPE when stream is closed new 5bbb88e Recycle the stream when it is fully closed rather than half closed new 603e9a8 Alter approach in an attempt to reduce CI failures The 6 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/coyote/http2/LocalStrings.properties | 1 + java/org/apache/coyote/http2/Stream.java | 23 ++++++- java/org/apache/coyote/http2/StreamProcessor.java | 6 +- .../catalina/nonblocking/TestNonBlockingAPI.java | 24 +++++-- ...AbortedUpload.java => TestCancelledUpload.java} | 77 ++++++++++++++++------ 5 files changed, 102 insertions(+), 29 deletions(-) rename test/org/apache/coyote/http2/{TestAbortedUpload.java => TestCancelledUpload.java} (58%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org