Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0w (0.03 sec)

  1. src/crypto/tls/conn.go

    			// any alert error we may have sent, or alertInternalError
    			// if we didn't send an alert.
    			// Truncate the text of the alert to 0 characters.
    			c.handshakeErr = fmt.Errorf("%w%.0w", c.handshakeErr, AlertError(a))
    		}
    		close(c.quic.blockedc)
    		close(c.quic.signalc)
    	}
    
    	return c.handshakeErr
    }
    
    // ConnectionState returns basic TLS details about the connection.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. src/compress/flate/testdata/huffman-rand-max.in

    z���b�
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
Back to top