Searched refs:backendHost (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/integration-tests/ |
D | nghttpx_http1_test.go | 249 if got, want := res.header.Get("request-host"), st.backendHost; got != want { 357 if got, want := resp.Header.Get("request-host"), st.backendHost; got != want { 388 if got, want := resp.Header.Get("request-host"), st.backendHost; got != want { 819 if got, want := resp.Header.Get("request-host"), st.backendHost; got != want { 851 if got, want := resp.Header.Get("request-host"), st.backendHost; got != want {
|
D | server_tester.go | 52 backendHost string // backend server host member 207 backendHost: backendURL.Host,
|
D | nghttpx_http2_test.go | 580 if got, want := res.header.Get("request-host"), st.backendHost; got != want { 2749 if got, want := res.header.Get("request-host"), st.backendHost; got != want {
|