Commit 5dd300d
authored
fix: address "coming soon" 404 cache hit problem (#4136)
Fixes: nodejs/build#2751
This is entirely untested (and I'm editing this in my browser too) but this might be a way of addressing the problem. I'm not super happy about exposing this address but it exists and shouldn't suffer from the hard-cache problem that seems to be causing nodejs/build#2751; it'll give accurate results wrt what's actually available on the server, not just what the edge cache has.1 parent 23f0337 commit 5dd300d
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments