ok2c commented on PR #675:
URL: 
https://github.com/apache/httpcomponents-client/pull/675#issuecomment-3077967310

   @arturobernalg I spotted another problem. The `LinkedHashMap<ContentCoding, 
UnaryOperator<HttpEntity>>` map used by `HttpClientBuilder` basically means one 
cannot plug-in 3rd party coders if they are not in present in `ContentCoding`. 
This is not good. The map should be  `LinkedHashMap<String, 
UnaryOperator<HttpEntity>>`. This needs to be corrected first.


-- 
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-unsubscr...@hc.apache.org

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


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

Reply via email to