Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StoreSession (0.35 sec)

  1. src/crypto/tls/quic.go

    	return quicError(c.sendSessionTicket(opts.EarlyData, opts.Extra))
    }
    
    // StoreSession stores a session previously received in a QUICStoreSession event
    // in the ClientSessionCache.
    // The application may process additional events or modify the SessionState
    // before storing the session.
    func (q *QUICConn) StoreSession(session *SessionState) error {
    	c := q.conn
    	if !c.isClient {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 17:23:54 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top