Every request/header in one session, derived, reading the log through a
READ-ONLY store.
Read-only matters twice: it takes no writer lock, so a live session can be
checked while it runs, and it does not pin a backend, so verifying a workspace
never changes it. A verifier that mutated what it inspects would be a poor
verifier.
Every
request/headerin one session, derived, reading the log through a READ-ONLY store.Read-only matters twice: it takes no writer lock, so a live session can be checked while it runs, and it does not pin a backend, so verifying a workspace never changes it. A verifier that mutated what it inspects would be a poor verifier.