solr
solr copied to clipboard
SOLR-17776: Fix overchecking of http1 flag in Http2SolrClient
https://issues.apache.org/jira/browse/SOLR-17776
The http1 check should work like the rest of the custom option checks, and only fail if the user has explicitly set it to something (other than what the existing httpClient uses).