()
| 1459 | var emptyConfig Config |
| 1460 | |
| 1461 | func defaultConfig() *Config { |
| 1462 | return &emptyConfig |
| 1463 | } |
| 1464 | |
| 1465 | func unexpectedMessageError(wanted, got any) error { |
| 1466 | 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…