epugh commented on code in PR #1149:
URL: https://github.com/apache/solr/pull/1149#discussion_r1033741853
##########
solr/core/src/test/org/apache/solr/servlet/CacheHeaderTest.java:
##########
@@ -59,7 +59,7 @@ public void testCacheVetoHandler() throws Exception {
f.getCanonicalPath(),
CommonParams.STREAM_CONTENTTYPE,
"text/csv");
- HttpResponse response = getClient().execute(m);
+ HttpResponse response = getHttpClient().execute(m);
Review Comment:
Yeah, I renamed it because I got confused with HttpClient versus SolrClients
;-)
--
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]