Home | History | Annotate | Download | only in http

Lines Matching refs:slow

1178 			Redirect(w, r, "/slow", StatusFound)
1181 if r.URL.Path == "/slow" {
1190 defer close(testDone) // before cst.close, to unblock /slow handler
1193 // handler), but not so long that it makes the test slow.
1200 t.Skipf("host too slow to get fast resource in %v", timeout)
1216 t.Fatal("handler never got /slow request")