Connection Lifecycle
How a session lives over time. Refresh it, warm it up, switch protocols, save it for later. All here.
In this section
- Refresh: drop every live connection but keep tickets, like a browser tab reload
- Warmup: multi-hop browser-style warmup before the actual request
- Protocol Switching: switch H1 / H2 / H3 mid-session
- Session Save and Restore: persist the whole session to disk, resume in another process