Searched refs:backendHost (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/integration-tests/ |
D | nghttpx_http1_test.go | 234 if got, want := res.header.Get("request-host"), st.backendHost; got != want { 319 if got, want := resp.Header.Get("request-host"), st.backendHost; got != want { 345 if got, want := resp.Header.Get("request-host"), st.backendHost; got != want { 722 if got, want := resp.Header.Get("request-host"), st.backendHost; got != want { 748 if got, want := resp.Header.Get("request-host"), st.backendHost; got != want {
|
D | server_tester.go | 51 backendHost string // backend server host member 198 backendHost: backendURL.Host,
|
D | nghttpx_http2_test.go | 496 if got, want := res.header.Get("request-host"), st.backendHost; got != want { 2142 if got, want := res.header.Get("request-host"), st.backendHost; got != want {
|