Posted in Web开发实战Go WebSocket消息编码规范:RFC 6455要求UTF-8验证,但net/http/pprof未拦截非法序列?——自定义gorilla/websocket中间件实现 第一章:Go WebSocket … Go WebSocket消息编码规范:RFC 6455要求UTF-8验证,但net/http/pprof未拦截非法序列?——自定义gorilla/websocket中间件实现Read more by 后端小能手|2026年3月18日|UTF-8编码验证, gorilla/websocket中间件, RFC6455规范, Go动态加载, 手写WebSocket, net/http/pprof安全, RFC3501
Posted in 问题排查与答疑【Go可观测性黑魔法】:从runtime.ReadMemStats到pprof.Profile手动注册——绕过net/http/pprof暴露敏感指标 第一章:Go可观测性黑魔法的底层 … 【Go可观测性黑魔法】:从runtime.ReadMemStats到pprof.Profile手动注册——绕过net/http/pprof暴露敏感指标Read more by 代码咖啡馆|2026年2月4日|Go可观测性, runtime.ReadMemStats, pprof.Profile, 手动注册pprof, net/http/pprof安全