Github user clevertension commented on a diff in the pull request:
https://github.com/apache/httpcomponents-core/pull/72#discussion_r207838048
--- Diff:
httpcore5/src/main/java/org/apache/hc/core5/reactor/DefaultConnectingIOReactor.java
---
@@ -119,28 +115,13 @@ public IOReactorStatus getStatus() {
}
@Override
- public List<ExceptionEvent> getExceptionLog() {
- return auditLog.isEmpty() ?
Collections.<ExceptionEvent>emptyList() : new ArrayList<>(auditLog);
+ public IOWorkers.Selector getWorkerSelector() {
--- End diff --
change it to **protected** or **friendly**?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]