Cocoanetics / DTCoreText

Methods to allow using HTML code with CoreText
BSD 2-Clause "Simplified" License
6.34k stars 1.18k forks source link

图片content-type 不以 image开头 #1251

Closed ZHSY closed 2 years ago

ZHSY commented 2 years ago

我们的客户的图片资源返回content-type:application/octet-stream 我看到 DTLazyImageView - 315 行,有个检查:if (![[httpResponse MIMEType] hasPrefix:@"image"]){ ... completionHandler(NSURLSessionResponseCancel); ... } 希望更新一个版本兼容 type:application/octet-stream 类型。或者去掉这个检查

谢谢!

odrobnik commented 2 years ago

Useless issue. Closing.