Home
last modified time | relevance | path

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

/third_party/nghttp2/integration-tests/
Dserver_tester.go62 frCh chan http2.Frame // used for incoming HTTP/2 frame member
210 frCh: make(chan http2.Frame),
311 st.frCh <- f
315 case f := <-st.frCh: