ok2c commented on code in PR #552:
URL:
https://github.com/apache/httpcomponents-core/pull/552#discussion_r2403805629
##########
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 also remove `H2RequestPriority` interceptor for now.
It is not being used anywhere in core and I presume your intention was to use
it in client. In this case the interceptor should be 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]