Github user ok2c commented on a diff in the pull request:
https://github.com/apache/httpcomponents-core/pull/71#discussion_r203660447
--- 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 --
@ato Feel free to do what you deem right / proper. My proposal was just a
quick sketch. Feel free to disregard it.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]