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 9f8c539  Extend default timeout as buildbot tests are occasionally 
timing out
     new 3122653  Don't include a cookie header in push request when there are 
no cookies
     new dd4f5dc  Refactor the handling of push promise frames for benefit of 
sub-classes
     new ec6c25c  Back-port creation of dedicated test parser
     new 77ed41c  Add support to HTTP/2 test parser for push promise frames.
     new b2a6641  Add a simple test for server push
     new 37ef4a8  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

Reply via email to