Home
last modified time | relevance | path

Searched refs:http2ErrCodeProtocol (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go1181 http2ErrCodeProtocol http2ErrCode = 0x1 const
1198 http2ErrCodeProtocol: "PROTOCOL_ERROR",
1961 return fr.connError(http2ErrCodeProtocol,
1967 return fr.connError(http2ErrCodeProtocol,
1972 …return fr.connError(http2ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.…
2016 return nil, http2connError{http2ErrCodeProtocol, "DATA frame with stream ID 0"}
2036 return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
2147 return nil, http2ConnectionError(http2ErrCodeProtocol)
2275 return nil, http2ConnectionError(http2ErrCodeProtocol)
2313 return nil, http2ConnectionError(http2ErrCodeProtocol)
[all …]
Dh2_error_test.go29 streamErr := http2streamError(42, http2ErrCodeProtocol)