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

    https://github.com/apache/httpcomponents-core/pull/98#discussion_r238071831
  
    --- Diff: 
httpcore5/src/main/java/org/apache/hc/core5/reactor/InternalDataChannel.java ---
    @@ -243,7 +243,8 @@ public void execute(final SSLIOSession sslSession) {
                             }
                         }
     
    -                }))) {
    +                },
    +                null))) {
    --- End diff --
    
    The `null` argument here is temporary. Wiring this value up all the way 
from `InternalHttpAsyncExecRuntime` is going to require tons of additional 
changes.


---

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

Reply via email to