Posted in

Go标准库隐藏API挖掘:http.Request.Context().Done()之外的5个未文档化但稳定可用的internal机制(含net/http/internal、os/exec/internal)

第一章:Go标准库隐藏API的工 … Go标准库隐藏API挖掘:http.Request.Context().Done()之外的5个未文档化但稳定可用的internal机制(含net/http/internal、os/exec/internal)Read more

Posted in

Golang Context取消传播失效的7种隐匿形态:从http.Request.Context()到自定义CancelFunc的生命周期穿透分析

第一章:Context取消传播失 … Golang Context取消传播失效的7种隐匿形态:从http.Request.Context()到自定义CancelFunc的生命周期穿透分析Read more

Posted in

Go Context取消传播链面试终极挑战:从http.Request.Context()到database/sql.Tx,再到自定义cancelFunc注入,一次讲透11个关键节点

第一章:Go Context取消 … Go Context取消传播链面试终极挑战:从http.Request.Context()到database/sql.Tx,再到自定义cancelFunc注入,一次讲透11个关键节点Read more

Posted in

Gin的Context.Context真的安全吗?深度解析Go 1.22+中http.Request.Context()与goroutine泄漏的隐秘关联(含修复补丁)

第一章:Gin的Context. … Gin的Context.Context真的安全吗?深度解析Go 1.22+中http.Request.Context()与goroutine泄漏的隐秘关联(含修复补丁)Read more

Posted in

Go context取消传播断裂点排查:从http.Request.Context()到database/sql Tx,5层context传递链断点检测工具

第一章:Go context取消 … Go context取消传播断裂点排查:从http.Request.Context()到database/sql Tx,5层context传递链断点检测工具Read more