You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "ok2c (via GitHub)" <gi...@apache.org> on 2023/03/16 12:42:58 UTC

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #425: HTTPCLIENT-2263: Cannot Access Trailer-Headers in Chunked transfer-encoding

ok2c commented on code in PR #425:
URL: https://github.com/apache/httpcomponents-client/pull/425#discussion_r1138597403


##########
httpclient/src/main/java/org/apache/http/impl/execchain/ResponseEntityProxy.java:
##########
@@ -173,4 +177,20 @@ public String toString() {
         return sb.toString();
     }
 
+    public List<Header> getTrailers() {

Review Comment:
   @Cole-Greer Do you mind making this method package private, so it does not show up in the public API, but still could be called reflectively, when need be?



-- 
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: dev-unsubscribe@hc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org