Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StoreSession (0.1 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)
  2. api/go1.23.txt

    pkg crypto/tls, const QUICStoreSession = 9 #63691
    pkg crypto/tls, const QUICStoreSession QUICEventKind #63691
    pkg crypto/tls, method (*ECHRejectionError) Error() string #63369
    pkg crypto/tls, method (*QUICConn) StoreSession(*SessionState) error #63691
    pkg crypto/tls, type Config struct, EncryptedClientHelloConfigList []uint8 #63369
    pkg crypto/tls, type Config struct, EncryptedClientHelloRejectionVerify func(ConnectionState) error #63369
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 20:48:49 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top