Commit 86a65bb
committed
fix(cdn): return 404 for packages not in R2 bucket
micropip iterates index_urls in order and stops at the first 200.
Returning 200 with empty HTML for unknown packages prevented fallthrough
to PyPI. Return 404 instead so micropip continues to the next index.1 parent 72d8048 commit 86a65bb
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments