This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 213b5db Enable session cache so session ID is available with APR new f2a244c Improve naming new f17eb52 Add debug log message for stream recycling new 4787081 Improve validation of expected response new e1c4e17 Avoid possible NPE when stream is closed new cdeb8ee Recycle the stream when it is fully closed rather than half closed new ff135f4 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 | 14 +++- java/org/apache/coyote/http2/StreamProcessor.java | 6 +- .../catalina/nonblocking/TestNonBlockingAPI.java | 24 +++++-- ...AbortedUpload.java => TestCancelledUpload.java} | 77 ++++++++++++++++------ 5 files changed, 93 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