From: Adam Dickmeiss Date: Tue, 28 Jul 2015 11:04:55 +0000 (+0200) Subject: Solr >= 5.1 / content type text/xml YAZ-850 X-Git-Tag: v5.14.4~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=eb556013557ef8c9e76c52614f88c059ec443c95;p=yaz-moved-to-github.git Solr >= 5.1 / content type text/xml YAZ-850 --- diff --git a/src/solr.c b/src/solr.c index 0db149b..6583c18 100644 --- a/src/solr.c +++ b/src/solr.c @@ -616,9 +616,6 @@ int yaz_solr_encode_request(Z_HTTP_Request *hreq, Z_SRW_PDU *srw_pdu, } strcat(path, uri_args); hreq->path = path; - - z_HTTP_header_add_content_type(encode, &hreq->headers, - "text/xml", charset); return 0; }