Github user ato commented on a diff in the pull request:
https://github.com/apache/httpcomponents-core/pull/70#discussion_r202546804
--- 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 --
Good point. I'll remove the getter.
Should the attribute name constant go as well? Do you have a suggestion for
a more appropriate class to put the constant in?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]