type golang.org/x/net/http2.connError

9 uses

	golang.org/x/net/http2 (current package)
		errors.go#L97: type connError struct {
		errors.go#L102: func (e connError) Error() string {
		frame.go#L505: 		if ce, ok := err.(connError); ok {
		frame.go#L598: 		return nil, connError{ErrCodeProtocol, "DATA frame with stream ID 0"}
		frame.go#L616: 		return nil, connError{ErrCodeProtocol, "pad size larger than data payload"}
		frame.go#L1000: 		return nil, connError{ErrCodeProtocol, "HEADERS frame with stream ID 0"}
		frame.go#L1130: 		return nil, connError{ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
		frame.go#L1133: 		return nil, connError{ErrCodeFrameSize, fmt.Sprintf("PRIORITY frame payload size was %d; want 5", len(payload))}
		frame.go#L1207: 		return nil, connError{ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}