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 372f3cefe6 Fix IDE warnings new 94b41fac58 Refactor HTTP/2 trailer testing to create trailers separately new 53f1f6eed8 Improve HTTP/2 handling of trailer headers new cb34cc741b Improve HTTP/2 handling of trailer headers when connector is paused new db10251f41 Remove trailing space 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