X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsrwutil.c;h=1de920db0e078305bcb5879c7b5fee713f61f45e;hb=917d2c4a288a19c0da7fa98ad514288d0e045413;hp=9167ea85b3e1d0e56480eb0ed5081c809762282b;hpb=2b1f30bfd76fe82ff850f41508ae7a71b42e6be1;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; }