MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / Error

Method Error

dialer/h2.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28const alpnNegErrorText = "HTTP/2 was not negotiated via ALPN"
29
30func (re h1RedeemError) Error() string {
31 return alpnNegErrorText
32}
33
34func (re h1RedeemError) Close() error {
35 if re.conn != nil {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected