]> granicus.if.org Git - curl/commitdiff
FAQ: minor edit of 3.22
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2015 14:38:29 +0000 (15:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2015 14:38:29 +0000 (15:38 +0100)
docs/FAQ

index 043b7bbc15b0888326cdf9d69caabe9a40669fd6..0e6496cc4325e56fc10886dcbf17460ac710f355 100644 (file)
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -764,8 +764,9 @@ FAQ
   request-body in a GET request with something like "curl -X GET -d data
   [URL]"
 
-  Note that -X doesn't change curl's behavior. It only modifies the actual
-  string sent in the request.
+  Note that -X doesn't actually change curl's behavior as it only modifies the
+  actual string sent in the request, but that may of course trigger a
+  different set of events.
 
   Accordingly, by using -XPOST on a command line that for example would follow
   a 303 redirect, you will effectively prevent curl from behaving