()
| 509 | } |
| 510 | |
| 511 | func (e *ECHRejectionError) Error() string { |
| 512 | return "tls: server rejected ECH" |
| 513 | } |
| 514 | |
| 515 | var errMalformedECHExt = errors.New("tls: malformed encrypted_client_hello extension") |
| 516 | var errInvalidECHExt = errors.New("tls: client sent invalid encrypted_client_hello extension") |
nothing calls this directly
no outgoing calls
no test coverage detected