summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorPhilippMDoerner <philippmdoerner@web.de>2023-01-18 19:10:05 +0100
committerGitHub <noreply@github.com>2023-01-18 13:10:05 -0500
commitfd207827c5929ba5eb244dd2442457944a55b7d0 (patch)
treed231ccecd98fa0dd9a2601fa6ad890592a5b1a82 /testament
parentfc35f83eee55610af3931f95771b6d1bce1fc845 (diff)
downloadNim-fd207827c5929ba5eb244dd2442457944a55b7d0.tar.gz
Add docs informing about gotcha of clients (#21262)
* Add docs informing about gotcha of clients

It is a hidden problem that AsyncHttpClient-instances *can not* deal with multiple requests at once.
Similar to normal HttpClients they can only deal with sending one request at a time.
This is not told anywhere in the documentation, but critical information that should be available to the user.

* Update lib/pure/httpclient.nim

fixes typo

Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>

Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
Diffstat (limited to 'testament')
0 files changed, 0 insertions, 0 deletions