X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fsrwutil.c;fp=src%2Fsrwutil.c;h=1de920db0e078305bcb5879c7b5fee713f61f45e;hb=9a50808021be48e8ff272f762b9f8245330a79e4;hp=9167ea85b3e1d0e56480eb0ed5081c809762282b;hpb=b2bc97df294f5da6c93e1119a42536b23afce8ef;p=yaz-moved-to-github.git diff --git a/src/srwutil.c b/src/srwutil.c index 9167ea8..1de920d 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -97,6 +97,8 @@ int yaz_srw_check_content_type(Z_HTTP_Response *hres) return 1; if (!yaz_strcmp_del("application/xml", content_type, "; ")) return 1; + if (!yaz_strcmp_del("application/sru+xml", content_type, "; ")) + return 1; } return 0; }