tflobbe commented on code in PR #1447: URL: https://github.com/apache/solr/pull/1447#discussion_r1134632647
########## solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java: ########## @@ -136,6 +136,11 @@ public class Http2SolrClient extends SolrClient { private long requestTimeoutMillis; protected ResponseParser parser = new BinaryResponseParser(); + private final Set<String> defaultMimeTypes = Review Comment: Ah, definitely, you are right. -- 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