This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from f754ff3 Extend default timeout as buildbot tests are occasionally timing out new 70a9a31 Don't include a cookie header in push request when there are no cookies new f5459e6 Refactor the handling of push promise frames for benefit of sub-classes new 6bfd0f7 Back-port creation of dedicated test parser new dc4bb27 Add support to HTTP/2 test parser for push promise frames. new 368399e Add a simple test for server push new 6c71b4f 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/Http2Parser.java | 21 +++- java/org/apache/coyote/http2/StreamProcessor.java | 19 ++- test/org/apache/coyote/http2/Http2TestBase.java | 24 +++- .../apache/coyote/http2/TestHttp2Section_6_6.java | 129 +++++++++++++++++++++ .../org/apache/coyote/http2/TesterHttp2Parser.java | 76 ++++++++++++ webapps/docs/changelog.xml | 8 ++ 7 files changed, 274 insertions(+), 13 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