Bill commented on code in PR #7449:
URL: https://github.com/apache/geode/pull/7449#discussion_r844418378
##########
geode-core/src/main/java/org/apache/geode/internal/tcp/Connection.java:
##########
@@ -1698,6 +1698,19 @@ private void readMessages() {
}
return;
} catch (IOException e) {
+ // "Socket closed" check needed for Solaris jdk 1.4.2_08
Review Comment:
ooh hang on I got a spurious block of code here. I meant to revert all these
changes and go back to what was on `develop` hereā¦
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]