Commit 650efab
committed
Switch Calendley
It turns out that `c839db0a` wasn’t a simple CORS thing (are they
ever?). Because `calendly.com` doesn’t response with an
`Access-Control-Allow-Origin` header, we can’t reuse the same
CORS-enabled connection that our `preconnect` opened. In fact, we can’t
use `preconnect` at all without forcing a wasted connection, a lost
round trip, and opening a final connection JIT and in-band. In this
case, `dns-prefetch` is actually faster as it avoids waste.preconnect to dns-prefetch
1 parent c839db0 commit 650efab
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
0 commit comments