This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 6aff396  Extend default timeout as buildbot tests are occasionally 
timeing out
     new a5e931d  Don't include a cookie header in push request when there are 
no cookies
     new ed4f3c7  Refactor the handling of push promise frames for benefit of 
sub-classes
     new b2426b4  Remove unnecessary blank line
     new 19403f3  Add support to HTTP/2 test parser for push promise frames.
     new 1ea67f5  Add a simple test for server push
     new f0797a8  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 ++-
 .../servlet/http/HttpServletDoHeadBaseTest.java    |   1 -
 test/org/apache/coyote/http2/Http2TestBase.java    |  20 +++-
 .../apache/coyote/http2/TestHttp2Section_6_6.java  | 128 +++++++++++++++++++++
 .../org/apache/coyote/http2/TesterHttp2Parser.java |  53 ++++++++-
 webapps/docs/changelog.xml                         |   8 ++
 9 files changed, 239 insertions(+), 14 deletions(-)
 create mode 100644 test/org/apache/coyote/http2/TestHttp2Section_6_6.java

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to