We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67063c commit 2655c1bCopy full SHA for 2655c1b
src/cryptojwt/key_bundle.py
@@ -389,7 +389,7 @@ def do_remote(self):
389
390
elif _http_resp.status_code == 304: # Not modified
391
LOGGER.debug("%s not modified since %s", self.source, self.last_remote)
392
- pass
+ self.time_out = time.time() + self.cache_time
393
394
else:
395
LOGGER.warning("HTTP status %d reading remote JWKS from %s",
0 commit comments