MCPcopy Create free account
hub / github.com/XTLS/REALITY / Error

Method Error

ech.go:511–513  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

509}
510
511func (e *ECHRejectionError) Error() string {
512 return "tls: server rejected ECH"
513}
514
515var errMalformedECHExt = errors.New("tls: malformed encrypted_client_hello extension")
516var errInvalidECHExt = errors.New("tls: client sent invalid encrypted_client_hello extension")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected