Github user ok2c commented on a diff in the pull request:
https://github.com/apache/httpcomponents-core/pull/70#discussion_r202602635
--- Diff:
httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio/ClientHttp2StreamMultiplexer.java
---
@@ -88,9 +88,8 @@ Http2StreamHandler createRemotelyInitiatedStream(
final HttpCoreContext context = HttpCoreContext.create();
context.setAttribute(HttpCoreContext.SSL_SESSION, getSSLSession());
context.setAttribute(HttpCoreContext.CONNECTION_ENDPOINT,
getEndpointDetails());
- if (originalHandler != null && originalHandler instanceof
ClientHttp2StreamHandler) {
--- End diff --
@ato What if passed the original request message (or its request URI)
instead of linking the contexts?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]