Home | History | Annotate | Download | only in http

Lines Matching refs:tc

1123 		if tc, ok := pconn.conn.(*tls.Conn); ok {
1129 if err := tc.Handshake(); err != nil {
1136 cs := tc.ConnectionState()