From aa3e90a846a7e98d5ca2a57797c2afa6ec37d3fd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 10 Apr 2026 07:58:58 +0200 Subject: [PATCH] fixup option name --- docs/libcurl/opts/CURLOPT_POSTREDIR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLOPT_POSTREDIR.md b/docs/libcurl/opts/CURLOPT_POSTREDIR.md index 1ff7480323..521d770a5e 100644 --- a/docs/libcurl/opts/CURLOPT_POSTREDIR.md +++ b/docs/libcurl/opts/CURLOPT_POSTREDIR.md @@ -45,7 +45,7 @@ remain a POST after such a redirection. This option is meaningful only when setting CURLOPT_FOLLOWLOCATION(3). This option affects transfers where libcurl has been told to use HTTP POST -using for example CURLOPT_POST(3) or CURLPOST_MIMEPOST(3) and not if the +using for example CURLOPT_POST(3) or CURLOPT_MIMEPOST(3) and not if the method has merely been modified with CURLOPT_CUSTOMREQUEST(3). # DEFAULT