ClientSessionState contains the state needed by a client to resume a previous TLS session.
| 401 | // ClientSessionState contains the state needed by a client to |
| 402 | // resume a previous TLS session. |
| 403 | type ClientSessionState struct { |
| 404 | session *SessionState |
| 405 | } |
| 406 | |
| 407 | // ResumptionState returns the session ticket sent by the server (also known as |
| 408 | // the session's identity) and the state necessary to resume this session. |
nothing calls this directly
no outgoing calls
no test coverage detected