github.com/refraction-networking/utls.ClientSessionCache.Get (method)
3 uses
github.com/refraction-networking/utls (current package)
common.go#L383: Get(sessionKey string) (session *ClientSessionState, ok bool)
handshake_client.go#L432: cs, ok := c.config.ClientSessionCache.Get(cacheKey)
u_pre_shared_key.go#L345: if session, ok := uc.config.ClientSessionCache.Get(uc.clientSessionCacheKey()); !ok || session == nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |