You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2022/01/26 12:25:08 UTC

[zookeeper] branch master updated (957f8fc -> fc18e3c)

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

eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git.


    from 957f8fc  ZOOKEEPER-3988: rg.apache.zookeeper.server.NettyServerCnxn.receiveMessage throws NullPointerException
     add 2f49b17  ZOOKEEPER-4453: NettyServerCnxnFactory: allow to configure the early TLS connection drop feature - add new flag netty.server.earlyDropSecureConnectionHandshakes to turn on/off ZOOKEEPER-3682 - disable ZOOKEEPER-3682 by default - add docs - add tests for this patch and for ZOOKEEPER-3682
     add fc18e3c  Address some comments

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/markdown/zookeeperAdmin.md  |  9 +++
 .../apache/zookeeper/server/NettyServerCnxn.java   |  5 +-
 .../zookeeper/server/NettyServerCnxnFactory.java   | 15 ++--
 .../zookeeper/server/NettyServerCnxnTest.java      | 88 +++++++++++++++-------
 4 files changed, 82 insertions(+), 35 deletions(-)