Go Ep 12: Context, Cancellation & Timeouts
When an incoming HTTP request is cancelled by the client, every downstream database query and RPC call associated with that request must stop immediately. Go’s context.Context enforces this cancellation propagation.
