Skip to content

Commit

Permalink
Merge pull request #841 from yasoob/patch-1
Browse files Browse the repository at this point in the history
Fixed an anchor href in async-support.md
  • Loading branch information
vitalik authored Sep 4, 2023
2 parents 3f5ccab + c201be3 commit 805ee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/async-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ uvicorn your_project.asgi:application --reload

### Test

Go to your browser and open <a href="<<<<<<<http://127.0.0.1:8000/api/say-after?delay=3&word=hello>>>>>>>" target="_blank">http://127.0.0.1:8000/api/say-after?delay=3&word=hello</a> (**delay=3**)
Go to your browser and open <a href="http://127.0.0.1:8000/api/say-after?delay=3&word=hello" target="_blank">http://127.0.0.1:8000/api/say-after?delay=3&word=hello</a> (**delay=3**)
After a 3-second wait you should see the "hello" message.

Now let's flood this operation with **100 parallel requests**:
Expand Down

0 comments on commit 805ee6a

Please sign in to comment.