mirror of
https://github.com/curl/curl.git
synced 2026-06-03 14:24:16 +03:00
hsts.md: mention multiple curl invokes effect
Reported-by: zhanhb on github Ref: #21847 Closes #21851
This commit is contained in:
parent
2932b7f56f
commit
5d178de986
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ Example:
|
|||
|
||||
Enable HSTS for the transfer. If the filename points to an existing HSTS cache
|
||||
file, that is used. After a completed transfer, the cache is saved to the
|
||||
filename again if it has been modified.
|
||||
filename again if it has been modified. If you run multiple curl invokes at
|
||||
the same time using the same HSTS cache file, they might interfere with each
|
||||
other in possibly undesired ways.
|
||||
|
||||
If curl is told to use `http://` for a transfer involving a hostname that
|
||||
exists in the HSTS cache, it upgrades the transfer to use HTTPS. Each HSTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue