()
| 1711 | var emptyConfig Config |
| 1712 | |
| 1713 | func defaultConfig() *Config { |
| 1714 | return &emptyConfig |
| 1715 | } |
| 1716 | |
| 1717 | func unexpectedMessageError(wanted, got any) error { |
| 1718 | return fmt.Errorf("tls: received unexpected handshake message of type %T when waiting for %T", got, wanted) |
no outgoing calls
no test coverage detected
searching dependent graphs…