ok2c commented on code in PR #592:
URL:
https://github.com/apache/httpcomponents-core/pull/592#discussion_r2656484706
##########
httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio/bootstrap/H2MultiplexingRequester.java:
##########
@@ -350,4 +310,33 @@ public H2ConnPool getConnPool() {
return connPool;
}
+ /**
+ * Cancellable that can be wired to the stream control once it becomes
available.
+ */
+ private static final class CancellableExecution implements Cancellable,
CancellableDependency {
Review Comment:
@arturobernalg I am not sure why this is necessary. The original
`CancellableExecution` is now unused. Is this an optimization of some sort?
--
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]