PARALLEL-TRANSFERS.md: not "early days" for this anymore

Refresh the language as the support is now over three years old

Closes #10624
This commit is contained in:
Daniel Stenberg 2023-02-27 16:41:36 +01:00
parent a26547b2a2
commit c5168365c7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -1,6 +1,6 @@
# Parallel transfers
curl 7.66.0 introduces support for doing multiple transfers simultaneously; in
curl 7.66.0 introduced support for doing multiple transfers simultaneously; in
parallel.
## -Z, --parallel
@ -48,11 +48,3 @@ To fix this, the authorization state could be made possible to share with the
share API as well, as a context per origin + path (realm?) basically.
Visible in test 153, 1412 and more.
## Feedback
This is early days for parallel transfer support. Keep your eyes open for
unintended side effects or downright bugs.
Tell us what you think and how you think we could improve this feature!