ok2c commented on code in PR #552:
URL: 
https://github.com/apache/httpcomponents-core/pull/552#discussion_r2403824113


##########
httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio/AbstractH2StreamMultiplexer.java:
##########
@@ -1334,6 +1359,38 @@ H2Stream createStream(final H2StreamChannel channel, 
final H2StreamHandler strea
         return streams.createActive(channel, streamHandler);
     }
 
+    public final void sendPriorityUpdate(final int prioritizedStreamId, final 
PriorityValue value) throws IOException {

Review Comment:
   @arturobernalg Please let me know if you can live with #567. The 
functionality should be moved to client and we should put more work into the 
API design



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to