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