Commit 2fd1bbf
committed
fix: treat http 403 as an updater error
Previously 403 was handled like 404 in the updater stating that
no new update is available but that behavior is deemed incorrect
in most cases so go-tuf will divert from python-tuf's behavior.
Signed-off-by: Marvin Drees <[email protected]>1 parent 7dec1ec commit 2fd1bbf
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
0 commit comments