Tag: 请求过境
沿着 HTTP 请求往里走,逐段看超时、取消和连接复用。
过境瓶
2 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.