Home
last modified time | relevance | path

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

/third_party/grpc/tools/http2_interop/
Dhttp2interop_test.go115 if err := testUnknownFrameType(ctx); err != nil {
Dhttp2interop.go154 func testUnknownFrameType(ctx *HTTP2InteropCtx) error { func