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

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


    from 87409a1d7e Increase wait time - I am seeing test failures on local VMs.
     new 0574bf3096 Clean-up, formatting. No functional change.
     new 15a1d0e0c4 Clean-up, formatting. No functional change.

The 2 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:
 .../coyote/http2/ConnectionSettingsBase.java       |  10 +-
 .../coyote/http2/ConnectionSettingsLocal.java      |   2 +-
 java/org/apache/coyote/http2/HpackEncoder.java     |   8 +-
 java/org/apache/coyote/http2/Http2AsyncParser.java |   6 +-
 .../coyote/http2/Http2AsyncUpgradeHandler.java     |  26 +--
 java/org/apache/coyote/http2/Http2Protocol.java    |   4 +-
 .../apache/coyote/http2/Http2UpgradeHandler.java   |  12 +-
 java/org/apache/coyote/http2/Stream.java           |  16 +-
 java/org/apache/coyote/http2/StreamProcessor.java  |  15 +-
 .../tomcat/util/http/parser/Authorization.java     |  21 +--
 .../org/apache/tomcat/util/http/parser/Cookie.java |  48 +++--
 .../apache/tomcat/util/http/parser/EntityTag.java  |  10 +-
 java/org/apache/tomcat/util/http/parser/Host.java  |  12 +-
 .../apache/tomcat/util/http/parser/HttpParser.java | 210 +++++++++------------
 .../apache/tomcat/util/http/parser/MediaType.java  |   6 +-
 .../tomcat/util/http/parser/MediaTypeCache.java    |  13 +-
 .../apache/tomcat/util/http/parser/TokenList.java  |  22 +--
 .../apache/tomcat/util/http/parser/Upgrade.java    |   2 +-
 18 files changed, 196 insertions(+), 247 deletions(-)


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

Reply via email to