crypto/tls.ConnectionState.ServerName (field)

5 uses

	crypto/tls (current package)
		common.go#L260: 	ServerName string
		conn.go#L1630: 	state.ServerName = c.serverName

	golang.org/x/net/http2
		server.go#L523: 		if sc.tlsState.ServerName == "" {

	net/http
		h2_bundle.go#L4565: 		if sc.tlsState.ServerName == "" {

	net/http/httptest
		httptest.go#L92: 			ServerName:        req.Host,