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

Struct echConfigErr

ech.go:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57var errMalformedECHConfigList = errors.New("tls: malformed ECHConfigList")
58
59type echConfigErr struct {
60 field string
61}
62
63func (e *echConfigErr) Error() string {
64 if e.field == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected