Bill commented on code in PR #7449: URL: https://github.com/apache/geode/pull/7449#discussion_r844182315
########## geode-core/src/main/java/org/apache/geode/internal/net/NioSslEngine.java: ########## @@ -281,12 +281,12 @@ public ByteBufferSharing wrapNew(ByteBuffer appData) @NotNull private SSLEngineResult doWrap(final ByteBuffer appData, final ByteBuffer myNetData) throws SSLException { -// System.out.printf("BGB: pre-wrap appData: %s, myNetData: %s%n", appData, myNetData); + // System.out.printf("BGB: pre-wrap appData: %s, myNetData: %s%n", appData, myNetData); Review Comment: `doWrap`, `wrapOld`, `closeOld` and the `CHOOSE_BUGGY_PATH` switch will go away before this PR is finalized. I thought it would be useful for reviewers to be able to switch the fix on/off to evaluate the tests for themselves -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org