mirror of
https://github.com/curl/curl.git
synced 2026-06-16 01:35:38 +03:00
CURLOPT_WRITEFUNCTION.md: remove stray reference to HSTS
It appears to have landed here by mistake Closes #21968
This commit is contained in:
parent
f763847982
commit
08ae71f33d
1 changed files with 0 additions and 3 deletions
|
|
@ -72,9 +72,6 @@ Set this option to NULL to get the internal default function used instead of
|
|||
your callback. The internal default function writes the data to the FILE *
|
||||
given with CURLOPT_WRITEDATA(3).
|
||||
|
||||
This option does not enable HSTS, you need to use CURLOPT_HSTS_CTRL(3) to
|
||||
do that.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
fwrite(3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue