Github user ok2c commented on a diff in the pull request:

    https://github.com/apache/httpcomponents-core/pull/72#discussion_r207833571
  
    --- 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 --
    
    @clevertension Why do we need to expose `IOWorkers.Selector`? Looks 
completely unnecessary to me.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to