epugh commented on code in PR #1211: URL: https://github.com/apache/solr/pull/1211#discussion_r1039669909
########## solr/solrj/src/java/org/apache/solr/client/solrj/impl/SolrClientBuilder.java: ########## @@ -28,8 +30,12 @@ protected HttpClient httpClient; protected ResponseParser responseParser; + protected RequestWriter requestWriter; + protected boolean useMultiPartPost; protected Integer connectionTimeoutMillis = 15000; protected Integer socketTimeoutMillis = 120000; + protected boolean followRedirects = false; + protected Set<String> queryParams; Review Comment: added to the proposed changes entry in the github PR description. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
