ok2c commented on a change in pull request #149: HTTPCORE-601
URL:
https://github.com/apache/httpcomponents-core/pull/149#discussion_r325555403
##########
File path:
httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLIOSession.java
##########
@@ -345,6 +356,7 @@ private void updateEventMask() {
}
if (this.status == CLOSING && !this.outEncrypted.hasData()) {
this.sslEngine.closeOutbound();
+ this.outboundClosedCount.incrementAndGet();
Review comment:
@michael-o It could be but the number of invocations of `#closeOutpund`
might also prove useful when debugging. What would be a benefit of using bool
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]