const github.com/refraction-networking/utls.NoSession
8 uses
github.com/refraction-networking/utls (current package)
u_session_controller.go#L21: const NoSession sessionControllerState = 0
u_session_controller.go#L61: state: NoSession,
u_session_controller.go#L102: uAssert(s.state == NoSession && !s.locked, "tls: aboutToLoadSession failed: must only load session when the session of the client hello is not locked and when there's currently no session")
u_session_controller.go#L137: s.assertControllerState("SessionController.finalCheck", PskExtAllSet, SessionTicketExtAllSet, NoSession)
u_session_controller.go#L151: s.assertControllerState("initSessionTicketExt", NoSession)
u_session_controller.go#L169: s.assertControllerState("initPskExt", NoSession)
u_session_controller.go#L234: s.assertControllerState("overrideExtension", NoSession)
u_session_controller.go#L269: s.assertControllerState("checkSessionExts", NoSession, SessionTicketExtInitialized, PskExtInitialized)
 |
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. |