You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/05/23 15:48:57 UTC

[GitHub] [lucene-solr] CaoManhDat commented on a change in pull request #685: SOLR-13434: OpenTracing support for Solr

CaoManhDat commented on a change in pull request #685: SOLR-13434: OpenTracing support for Solr
URL: https://github.com/apache/lucene-solr/pull/685#discussion_r287014145
 
 

 ##########
 File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java
 ##########
 @@ -452,23 +453,30 @@ private void setBasicAuthHeader(SolrRequest solrRequest, Request req) {
   private Request makeRequest(SolrRequest solrRequest, String collection)
       throws SolrServerException, IOException {
     Request req = createRequest(solrRequest, collection);
-    req.header(HttpHeader.ACCEPT_ENCODING, null);
 
 Review comment:
   `decorateRequest()` method was added to make sure the consistent for decorating a request between `initOutStream()` and normal `request()`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org