This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from af4a6a8 Enable session cache so session ID is available with APR add 485cfb7 Improve naming add 31e4d5e Add debug log message for stream recycling add 8fa9e28 Improve validation of expected response add cb99579 Avoid possible NPE when stream is closed add 648fc1a Recycle the stream when it is fully closed rather than half closed add 1910fde Alter approach in an attempt to reduce CI failures No new revisions were added by this update. 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} (59%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org