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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to