mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:53:36 +03:00
docs: remove use of the word 'very'
It is mostly superfluous. proselint would complain. Closes #11818
This commit is contained in:
parent
28f8440c0b
commit
945db0d958
23 changed files with 52 additions and 52 deletions
|
|
@ -21,7 +21,7 @@ This option allows a user to avoid using the Alt-Svc method of upgrading to
|
|||
HTTP/3 when you know that the target speaks HTTP/3 on the given host and port.
|
||||
|
||||
When asked to use HTTP/3, curl will issue a separate attempt to use older HTTP
|
||||
versions with a slight delay, so if the HTTP/3 transfer fails or is very slow,
|
||||
curl will still try to proceed with an older HTTP version.
|
||||
versions with a slight delay, so if the HTTP/3 transfer fails or is slow, curl
|
||||
will still try to proceed with an older HTTP version.
|
||||
|
||||
Use --http3-only for similar functionality *without* a fallback.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue