arturobernalg commented on code in PR #552:
URL:
https://github.com/apache/httpcomponents-core/pull/552#discussion_r2403803417
##########
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:
@ok2c Yes, that was intentional. The logic was inlined into the stream
submit path, so the standalone helper became redundant. I'm going to removed it.
--
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]