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 2276ee88f2 Fix IDE warnings new 55e79890bf Refactor HTTP/2 trailer testing to create trailers separately new 557907253d Improve HTTP/2 handling of trailer headers new 5269b89beb Improve HTTP/2 handling of trailer headers when connector is paused The 3 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 +- 10 files changed, 161 insertions(+), 63 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org