crypto/tls.Conn.Handshake (method)
13 uses
crypto/tls (current package)
conn.go#L1111: if err := c.Handshake(); err != nil {
conn.go#L1263: if err := c.Handshake(); err != nil {
conn.go#L1377: func (c *Conn) Handshake() error {
tls.go#L169: err = conn.Handshake()
tls.go#L172: hsErrCh <- conn.Handshake()
github.com/lib/pq
ssl.go#L157: err := client.Handshake()
golang.org/x/net/http2
transport.go#L605: if err := cn.Handshake(); err != nil {
google.golang.org/grpc/credentials
tls.go#L87: errChannel <- conn.Handshake()
tls.go#L115: if err := conn.Handshake(); err != nil {
net/http
h2_bundle.go#L7108: if err := cn.Handshake(); err != nil {
server.go#L1840: if err := tlsConn.Handshake(); err != nil {
transport.go#L1530: err := tlsConn.Handshake()
transport.go#L1586: if err := tc.Handshake(); err != nil {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |