From c201be39808f7dcca54282a8cf887d2516dba1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2EYasoob=20Ullah=20Khalid=20=E2=98=BA?= Date: Mon, 4 Sep 2023 02:53:26 -0400 Subject: [PATCH] Fixed an anchor href in async-support.md --- docs/docs/guides/async-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/async-support.md b/docs/docs/guides/async-support.md index 935c2b467..05a4cb8ab 100644 --- a/docs/docs/guides/async-support.md +++ b/docs/docs/guides/async-support.md @@ -66,7 +66,7 @@ uvicorn your_project.asgi:application --reload ### Test -Go to your browser and open http://127.0.0.1:8000/api/say-after?delay=3&word=hello (**delay=3**) +Go to your browser and open http://127.0.0.1:8000/api/say-after?delay=3&word=hello (**delay=3**) After a 3-second wait you should see the "hello" message. Now let's flood this operation with **100 parallel requests**: