简体   繁体   中英

Can okhttp response body data be read after the call was cancelled?

In okhttp interceptor code, is it possible, after a call was cancelled, to read whatever partial response data might have been returned by the server?

The end goal is to cache partial content so that we can later resume with an http range request.

Use Network inspector to see it.

请参阅所附图片。希望您能得到它

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM