Home
last modified time | relevance | path

Searched defs:serverTester (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/integration-tests/
Dserver_tester.go44 type serverTester struct { struct
45 args []string // command-line arguments
46 cmd *exec.Cmd // test frontend server process, which is test subject
47 url string // test frontend server URL
48 t *testing.T
49 ts *httptest.Server // backend server
50 frontendHost string // frontend server host
51 backendHost string // backend server host
52 conn net.Conn // connection to frontend server
53 h2PrefaceSent bool // HTTP/2 preface was sent in conn
[all …]