X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsolr.c;fp=src%2Fsolr.c;h=6583c18c2dcaf0d39c26d2d790ed25c2b0452e08;hp=0db149b602c5a42954e024b28c9eeb440443769c;hb=eb556013557ef8c9e76c52614f88c059ec443c95;hpb=74168354bcd4a020093adb4a1c0981e35ed340db 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; }