Flaw #1 HOL Blocking
aka one-resource-at-a-time syndrome
Slide 13
Slide 13 text
http2.golang.org/gophertiles
Slide 14
Slide 14 text
No content
Slide 15
Slide 15 text
h1
h2
Slide 16
Slide 16 text
Flaw #2 Meta Data
GET /index.html
User-Agent: Mozilla/5.0…
Cookie: session_id=deadbeef
…
POST /comment
User-Agent: Mozilla/5.0…
GET /logo.jpg
User-Agent: Mozilla/5.0…
GET /script.js
User-Agent: Mozilla/5.0…
Cookie: session_id=deadbeef
…
Slide 17
Slide 17 text
Flaw #2 Meta Data
200 OK
Set-Cookie: …
Content-Type: text/html
Content-Encoding: gzip
?