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 6459a20  BZ 63627: Implement more fine-grained handling in 
RealmBase#authenticate(GSSContext, boolean)
     new c6f5d73  Refactor Servlet 3 async timeouts to become a more generic 
timeout
     new 07aa80d  Extend the timeout functionality to internal upgrade 
processors
     new 7943b50  Improve HTTP/2 connection timeout handling

The 3 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:
 java/org/apache/coyote/AbstractProcessor.java      |  9 +-
 java/org/apache/coyote/AbstractProtocol.java       | 13 +--
 java/org/apache/coyote/Processor.java              | 14 +--
 .../http11/upgrade/InternalHttpUpgradeHandler.java |  2 +
 .../http11/upgrade/UpgradeProcessorBase.java       | 10 ++-
 .../http11/upgrade/UpgradeProcessorInternal.java   |  6 ++
 .../apache/coyote/http2/Http2UpgradeHandler.java   | 99 +++++++++++++++++-----
 .../websocket/server/WsHttpUpgradeHandler.java     |  6 ++
 .../http11/upgrade/TestUpgradeInternalHandler.java |  5 ++
 webapps/docs/changelog.xml                         |  4 +
 10 files changed, 130 insertions(+), 38 deletions(-)


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

Reply via email to