You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2020/10/08 21:10:28 UTC

[geode] branch develop updated (bcdf3ca -> f4d44d6)

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

bschuchardt pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from bcdf3ca  GEODE-8582: Redis SCAN returns internal server error (#5603)
     add f4d44d6  GEODE-8584: Message transmission fails with IllegalStateException in socket i/o code (#5605)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/geode/internal/net/BufferPool.java  |   7 +-
 .../org/apache/geode/internal/net/NioFilter.java   |  22 +-
 .../apache/geode/internal/net/NioSslEngine.java    |  17 +-
 .../org/apache/geode/internal/tcp/Connection.java  | 333 +++++++++++----------
 .../org/apache/geode/internal/tcp/MsgReader.java   |  82 ++---
 .../geode/internal/net/NioSslEngineTest.java       |  26 +-
 6 files changed, 265 insertions(+), 222 deletions(-)