This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 3c83e17392 Fix IDE warnings new a8f8b00afa Refactor HTTP/2 trailer testing to create trailers separately new fc9ec9590f Improve HTTP/2 handling of trailer headers new c821b8b442 Improve HTTP/2 handling of trailer headers when connector is paused new 96e0e8cb7d s The 4 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/Http2UpgradeHandler.java | 66 +++++++++---------- test/org/apache/coyote/http2/Http2TestBase.java | 21 +++--- .../apache/coyote/http2/TestAsyncReadListener.java | 3 +- .../apache/coyote/http2/TestCancelledUpload.java | 4 +- .../apache/coyote/http2/TestHttp2AccessLogs.java | 3 +- test/org/apache/coyote/http2/TestHttp2Limits.java | 4 +- .../apache/coyote/http2/TestHttp2Section_6_8.java | 75 ++++++++++++++++++++++ .../apache/coyote/http2/TestHttp2Section_8_1.java | 42 ++++++++++-- test/org/apache/coyote/http2/TestHttpServlet.java | 2 +- test/org/apache/coyote/http2/TestLargeUpload.java | 4 +- webapps/docs/changelog.xml | 6 ++ 11 files changed, 167 insertions(+), 63 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org