HoustonPutman commented on code in PR #3400: URL: https://github.com/apache/solr/pull/3400#discussion_r2162064020
########## solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrClientBuilderBase.java: ########## @@ -38,7 +38,8 @@ public abstract class HttpSolrClientBuilderBase< protected Set<String> urlParamNames; protected Integer maxConnectionsPerHost; protected ExecutorService executor; - protected boolean useHttp1_1 = Boolean.getBoolean("solr.http1"); + protected final boolean defaultUseHttp1_1 = Boolean.getBoolean("solr.http1"); Review Comment: I don't think it should be static, because test cases almost certainly try to change it I imagine... -- 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. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org