diff options
author | Michael Wallner <mike@php.net> | 2014-07-31 14:29:50 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-07-31 17:52:08 +0200 |
commit | 7bb4c8cadb5d0c5875bd317ac21390a8abe1839d (patch) | |
tree | 1a9396f3a69b0e81fbaa370a5636e476abcfc92d /docs | |
parent | f8f2188888abba00983c267ead82150b3a9dfa3e (diff) |
CURLOPT_HEADEROPT.3: typo: do -> to
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_HEADEROPT.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_HEADEROPT.3 b/docs/libcurl/opts/CURLOPT_HEADEROPT.3 index ca8946caf..be96d7d88 100644 --- a/docs/libcurl/opts/CURLOPT_HEADEROPT.3 +++ b/docs/libcurl/opts/CURLOPT_HEADEROPT.3 @@ -41,7 +41,7 @@ sent to a server and not to a proxy. Proxy headers must be set with \fICURLOPT_PROXYHEADER(3)\fP to get used. Note that if a non-CONNECT request is sent to a proxy, libcurl will send both server headers and proxy headers. When doing CONNECT, libcurl will send \fICURLOPT_PROXYHEADER(3)\fP -headers only do the proxy and then \fICURLOPT_HTTPHEADER(3)\fP headers only to +headers only to the proxy and then \fICURLOPT_HTTPHEADER(3)\fP headers only to the server. .SH DEFAULT CURLHEADER_UNIFIED |