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

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

michael-o commented on code in PR #425:
URL: https://github.com/apache/httpcomponents-client/pull/425#discussion_r1138601505


##########
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:
   Does the addition hurt if there is no interface change?



-- 
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