Home | History | Annotate | Download | only in http

Lines Matching refs:Canceled

336 	if ue.Err != context.Canceled {
337 t.Errorf("url.Error.Err = %v; want %v", ue.Err, context.Canceled)