garydgregory commented on a change in pull request #206:
URL: 
https://github.com/apache/httpcomponents-core/pull/206#discussion_r461655727



##########
File path: 
httpcore5/src/main/java/org/apache/hc/core5/http/impl/io/DefaultBHttpClientConnectionFactory.java
##########
@@ -55,25 +56,44 @@
     private final CharCodingConfig charCodingConfig;
     private final ContentLengthStrategy incomingContentStrategy;
     private final ContentLengthStrategy outgoingContentStrategy;
+    private final ResponseOutOfOrderStrategy responseOutOfOrderStrategy;
     private final HttpMessageWriterFactory<ClassicHttpRequest> 
requestWriterFactory;
     private final HttpMessageParserFactory<ClassicHttpResponse> 
responseParserFactory;
 
-    public DefaultBHttpClientConnectionFactory(

Review comment:
       No but you can ADD a default method (Java 8); would that work here?




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



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

Reply via email to