Skip to content

Commit

Permalink
Fixed an anchor href in async-support.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yasoob authored Sep 4, 2023
1 parent 3f5ccab commit c201be3
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 c201be3

Please sign in to comment.