Home
last modified time | relevance | path

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

/third_party/nghttp2/integration-tests/
Dserver_tester.go61 frCh chan http2.Frame // used for incoming HTTP/2 frame member
201 frCh: make(chan http2.Frame),
296 st.frCh <- f
300 case f := <-st.frCh: