Hello,
I'm having go vet complain about the cancelFunc on a context.WithTimeout
not being called, even though the flow path is already past the context
.Done()
Something like:
ctx, cancel := context.WithTimeout(parentCtx, timeout)
select {
case <-ctx.Done():
//... go vet complains here t
References
- RFC https://tools.ietf.org/html/draft-rescorla-tls-esni-00
- https://blog.cloudflare.com/esni/
- https://www.cloudflare.com/ssl/encrypted-sni/
-
https://blog.mozilla.org/security/2018/10/18/encrypted-sni-comes-to-firefox-nightly/
--
You received this message be