InputStream turns out to be very stubborn when downloading web file via HttpJob. It's not refreshing when changing file content or even deleting the web file. Any way to flush the InputStream or force refresh?
HttpUtils2 doesn't cache anything. It is the server that caches the response. In many cases you can add a 'dummy' random parameter to prevent the server from returned a cached response.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.