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.
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.
Copyright © 2021 Jogjafile Inc.
Use Network inspector to see it .