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 2020/08/05 11:17:59 UTC

[GitHub] [httpcomponents-core] carterkozak commented on a change in pull request #211: HTTPCORE-642: Cleaner ConnectionFactory builder ContentLengthStrategy names

carterkozak commented on a change in pull request #211:
URL: https://github.com/apache/httpcomponents-core/pull/211#discussion_r465654563



##########
File path: httpcore5/src/main/java/org/apache/hc/core5/http/impl/io/DefaultBHttpClientConnectionFactory.java
##########
@@ -140,12 +140,12 @@ public Builder charCodingConfig(final CharCodingConfig charCodingConfig) {
             return this;
         }
 
-        public Builder incomingContentStrategy(final ContentLengthStrategy incomingContentStrategy) {
+        public Builder incomingContentLengthStrategy(final ContentLengthStrategy incomingContentStrategy) {

Review comment:
       Updated and resolved conflicts with the new responseOutOfOrderStrategy field.




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



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