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

 ##########
 File path: 
httpcore5/src/main/java/org/apache/hc/core5/http/io/entity/EntityUtils.java
 ##########
 @@ -97,6 +97,11 @@ public static void consume(final HttpEntity entity) throws 
IOException {
         }
     }
 
+    private static int getCheckedContentLength(final HttpEntity entity) {
+        final int contentLength = (int) Args.checkContentLength(entity);
 
 Review comment:
   @ok2c Sorry for the misunderstanding, I just committed changes for this 
request.

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