Skip to content

Commit b644831

Browse files
committed
Enable chapter
1 parent bb14884 commit b644831

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

src/config/2025.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@
182182
"part": "IV",
183183
"chapter_number": "21",
184184
"title": "CDN",
185-
"slug": "cdn",
186-
"todo": true
185+
"slug": "cdn"
187186
},
188187
{
189188
"part": "IV",

src/config/contributors.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@
305305
"2024": [
306306
"analysts",
307307
"authors"
308+
],
309+
"2025": [
310+
"analysts",
311+
"authors"
308312
]
309313
}
310314
},
@@ -986,6 +990,10 @@
986990
"2024": [
987991
"reviewers",
988992
"editors"
993+
],
994+
"2025": [
995+
"reviewers",
996+
"editors"
989997
]
990998
}
991999
},
@@ -2355,6 +2363,10 @@
23552363
],
23562364
"2024": [
23572365
"authors"
2366+
],
2367+
"2025": [
2368+
"analysts",
2369+
"authors"
23582370
]
23592371
}
23602372
},
@@ -3391,6 +3403,18 @@
33913403
]
33923404
}
33933405
},
3406+
"nick-mccord": {
3407+
"avatar_url": "102171522",
3408+
"github": "nick-mccord",
3409+
"linkedin": "nicholasmccord",
3410+
"name": "Nick McCord",
3411+
"teams": {
3412+
"2025": [
3413+
"analysts",
3414+
"authors"
3415+
]
3416+
}
3417+
},
33943418
"phacks": {
33953419
"avatar_url": "2587348",
33963420
"github": "phacks",

src/content/en/2025/cdn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CDNs serve as intermediary infrastructure between end users and origin servers,
4040
- **Traditional**: Browser queries DNS for origin server IP, often with slow resolution times
4141
- **CDN Processed**: CDN DNS infrastructure may use various routing strategies (anycast or unicast) to direct users to optimal edge servers. Some CDNs support modern DNS records like HTTPS or SVCB (Service Binding) records that can advertise protocol capabilities directly in DNS responses, though adoption varies across providers
4242

43-
**Connection Establishment**
43+
**Connection Establishment**
4444
- **Traditional**: Browser establishes new TCP connection to distant origin server with full handshake overhead
4545
- **CDN Processed**: Connection to nearby edge server over TCP (for HTTP/1.1 and HTTP/2) or UDP with QUIC (for HTTP/3). CDNs may support HTTP/3's 0-RTT connection resumption for returning visitors, though not all CDNs have implemented these newer connection optimization features
4646

0 commit comments

Comments
 (0)