ok2c commented on code in PR #552:
URL:
https://github.com/apache/httpcomponents-core/pull/552#discussion_r2403806904
##########
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 Also `PriorityFormatter` is not being used anywhere in core.
If they are not used in core they should not be in core. Re-submit them in
client. Believe me you do not want to depend on a new release of core to be
able to fix a bug in _client_.
--
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]