solr icon indicating copy to clipboard operation
solr copied to clipboard

SOLR-17776: Fix overchecking of http1 flag in Http2SolrClient

Open HoustonPutman opened this issue 6 months ago • 0 comments

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

HoustonPutman avatar Jun 20 '25 21:06 HoustonPutman