Home | History | Annotate | Download | only in http

Lines Matching refs:tt

60 	for _, tt := range cacheKeysTests {
62 if tt.proxy != "" {
63 u, err := url.Parse(tt.proxy)
69 cm := connectMethod{proxy, tt.scheme, tt.addr}
70 if got := cm.key().String(); got != tt.key {
71 t.Fatalf("{%q, %q, %q} cache key = %q; want %q", tt.proxy, tt.scheme, tt.addr, got, tt.key)