This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from a268e91 Extend default timeout as buildbot tests are occasionally timing out new 08ff1b4 Don't include a cookie header in push request when there are no cookies new daca6fd Refactor the handling of push promise frames for benefit of sub-classes new 640ffb8 Back-port creation of dedicated test parser new 9a9d542 Add support to HTTP/2 test parser for push promise frames. new bbd67b0 Add a simple test for server push new 9e417fa Fix server push. Validation will see pseudo headers so should allow them The 6 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: .../catalina/core/ApplicationPushBuilder.java | 10 +- java/org/apache/coyote/http2/Http2AsyncParser.java | 2 +- java/org/apache/coyote/http2/Http2Parser.java | 12 +- java/org/apache/coyote/http2/StreamProcessor.java | 19 ++- test/org/apache/coyote/http2/Http2TestBase.java | 24 +++- .../apache/coyote/http2/TestHttp2Section_6_6.java | 128 +++++++++++++++++++++ .../org/apache/coyote/http2/TesterHttp2Parser.java | 85 ++++++++++++++ webapps/docs/changelog.xml | 8 ++ 8 files changed, 274 insertions(+), 14 deletions(-) create mode 100644 test/org/apache/coyote/http2/TestHttp2Section_6_6.java create mode 100644 test/org/apache/coyote/http2/TesterHttp2Parser.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org