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

    https://github.com/apache/httpcomponents-core/pull/71#discussion_r203669187
  
    --- Diff: 
httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio/AbstractHttp2StreamMultiplexer.java
 ---
    @@ -610,7 +612,7 @@ private void processPendingCommands() throws 
IOException, HttpException {
                             connMetrics,
                             exchangeHandler,
                             context);
    -                final Http2Stream stream = new Http2Stream(channel, 
streamHandler, false);
    +                final Http2Stream stream = new Http2Stream(channel, 
streamHandler, pushConsumer, false);
    --- End diff --
    
    Thanks. In that case I will close this for now and try the other approach.


---

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

Reply via email to