This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from ad1162bcd2 Fix IDE warnings new f4dd7560ea Refactor HTTP/2 trailer testing to create trailers separately new 043d6581b8 Improve HTTP/2 handling of trailer headers new 9d2559b156 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 +- 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