From 08ae71f33dfb912a8f5f5f3b1b5d42b1ab136f8d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Jun 2026 15:39:06 +0200 Subject: [PATCH] CURLOPT_WRITEFUNCTION.md: remove stray reference to HSTS It appears to have landed here by mistake Closes #21968 --- docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md b/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md index 2e240d7b68..792ed3d3b8 100644 --- a/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md +++ b/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md @@ -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)