Github user ok2c commented on a diff in the pull request:
https://github.com/apache/httpcomponents-core/pull/70#discussion_r202546466
--- Diff:
httpcore5/src/main/java/org/apache/hc/core5/http/protocol/HttpCoreContext.java
---
@@ -155,4 +162,10 @@ public HttpResponse getResponse() {
return getAttribute(HTTP_RESPONSE, HttpResponse.class);
}
+ /**
+ * @since 5.0
+ */
+ public HttpContext getOriginalContext() {
--- End diff --
@ato Do we need to change `HttpCoreContext` at all? This seems like a very
special case specific to HTTP/2 push.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]