aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxytunnel.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/proxytunnel.d')
-rw-r--r--docs/cmdline-opts/proxytunnel.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cmdline-opts/proxytunnel.d b/docs/cmdline-opts/proxytunnel.d
index 09855ed34..f2e8b802d 100644
--- a/docs/cmdline-opts/proxytunnel.d
+++ b/docs/cmdline-opts/proxytunnel.d
@@ -8,3 +8,6 @@ to attempt to tunnel through the proxy instead of merely using it to do
HTTP-like operations. The tunnel approach is made with the HTTP proxy CONNECT
request and requires that the proxy allows direct connect to the remote port
number curl wants to tunnel through to.
+
+To suppress proxy CONNECT response headers when curl is set to output headers
+use --suppress-connect-headers.