HomeSort by relevance Sort by last modified time
    Searched full:normalizeres (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/net/http/
clientserver_test.go 214 tt.normalizeRes(t, res1, "HTTP/1.1")
215 tt.normalizeRes(t, res2, "HTTP/2.0")
251 func (tt h12Compare) normalizeRes(t *testing.T, res *Response, wantProto string) {
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
clientserver_test.go 214 tt.normalizeRes(t, res1, "HTTP/1.1")
215 tt.normalizeRes(t, res2, "HTTP/2.0")
251 func (tt h12Compare) normalizeRes(t *testing.T, res *Response, wantProto string) {
    [all...]

Completed in 254 milliseconds