Posted in

Go开发库文档黑洞:官方文档未披露的5个关键行为(如http.Client Transport KeepAlive默认值、net/http.ServeMux并发安全边界、sync.Pool GC触发时机)

第一章:Go开发库文档黑洞的总体 … Go开发库文档黑洞:官方文档未披露的5个关键行为(如http.Client Transport KeepAlive默认值、net/http.ServeMux并发安全边界、sync.Pool GC触发时机)Read more

Posted in

Go中使用自定义CA签发证书时,http.Client为何仍报x509: certificate signed by unknown authority?——RootCAs加载时机与内存模型深度解析

第一章:Go中使用自定义CA签发 … Go中使用自定义CA签发证书时,http.Client为何仍报x509: certificate signed by unknown authority?——RootCAs加载时机与内存模型深度解析Read more

Posted in

Go三剑客在WebAssembly中的可行性边界:goroutine能否跨WASM线程?channel是否支持共享内存?http.Client能否复用TLS session?

第一章:goroutine在We … Go三剑客在WebAssembly中的可行性边界:goroutine能否跨WASM线程?channel是否支持共享内存?http.Client能否复用TLS session?Read more