You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by GitBox <gi...@apache.org> on 2019/11/16 16:50:52 UTC

[GitHub] [httpcomponents-core] michael-o commented on a change in pull request #161: EntityUtils clean ups and internal refactoring

michael-o commented on a change in pull request #161: EntityUtils clean ups and internal refactoring
URL: https://github.com/apache/httpcomponents-core/pull/161#discussion_r347098537
 
 

 ##########
 File path: httpcore5/src/main/java/org/apache/hc/core5/http/io/entity/EntityUtils.java
 ##########
 @@ -55,7 +55,12 @@
  */
 public final class EntityUtils {
 
+    private static final Charset DEFAULT_CHARSET = StandardCharsets.ISO_8859_1;
 
 Review comment:
   I wonder why are still have this. RFC 7230 and friends to not define any default encoding any more.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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