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

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


    from 0747dd58cc Fix an allocation leak in the HTTP/2 backlog tracking on 
stream reset
     new 4b41a73a2f Handle HTTP sessionID changes for WsSession close on HTTP 
session expiry
     new 07e1b7d3da Fix backport
     new 82b9ef45c6 f

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:
 .../apache/catalina/ha/session/DeltaSession.java   |  74 ++++++-----
 java/org/apache/tomcat/util/net/NioEndpoint.java   |   2 +-
 java/org/apache/tomcat/websocket/WsSession.java    |  14 +-
 .../server/WsHttpSessionBindingListener.java       |  61 +++++++++
 .../websocket/server/WsHttpUpgradeHandler.java     |  16 +--
 java/org/apache/tomcat/websocket/server/WsSci.java |   1 -
 .../tomcat/websocket/server/WsServerContainer.java | 121 ++++++++++++-----
 .../tomcat/websocket/server/WsSessionListener.java |  36 ------
 .../tomcat/websocket/TestWebSocketFrameClient.java | 143 ++++++++++++++++++++-
 webapps/docs/changelog.xml                         |   5 +
 10 files changed, 357 insertions(+), 116 deletions(-)
 create mode 100644 
java/org/apache/tomcat/websocket/server/WsHttpSessionBindingListener.java
 delete mode 100644 
java/org/apache/tomcat/websocket/server/WsSessionListener.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to