Tag: 后端专栏
从一次请求出发,记录服务端边界、时序和真实故障。
机制瓶
3 notes tagged 后端专栏
How Handler Context reaches database queries
Updated:When Request.Context is canceled, and how database/sql QueryContext carries that cancel into a query from a business Handler.
Where timeouts bite after HTTP enters a Go process
Updated:Maps net/http.Server's ReadHeaderTimeout, ReadTimeout, WriteTimeout, and IdleTimeout to pin down exactly where a request stalls inside the process.
Backend notes
Updated:Entry point for server-side mechanism notes. The Request Crossing series starts with HTTP timeouts in Go.