aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_PIPEWAIT.3
diff options
context:
space:
mode:
authorMichael Kaufmann <mail@michael-kaufmann.ch>2016-05-01 13:22:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-05-01 13:32:49 +0200
commit6940f4b52a9244124740e1b8db3af07aa3d2763c (patch)
tree39276319e134328c57877a2a50bb783c4f11f74c /docs/libcurl/opts/CURLOPT_PIPEWAIT.3
parentffd0e6193fceeccb2680088be023d2d1f7c5d49d (diff)
docs: fix bugs in CURLOPT_HTTP_VERSION.3 and CURLOPT_PIPEWAIT.3
Closes #786
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_PIPEWAIT.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_PIPEWAIT.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PIPEWAIT.3 b/docs/libcurl/opts/CURLOPT_PIPEWAIT.3
index 2dc1a5256..6d0f14e79 100644
--- a/docs/libcurl/opts/CURLOPT_PIPEWAIT.3
+++ b/docs/libcurl/opts/CURLOPT_PIPEWAIT.3
@@ -36,7 +36,7 @@ libcurl will check for existing connections to re-use and pipeline on. If no
such connection exists it will immediately continue and create a fresh new
connection to use.
-By setting this option to 1 - and having \fICURLMOPT_PIPELINE(3)\fP enabled
+By setting this option to 1 - and having \fICURLMOPT_PIPELINING(3)\fP enabled
for the multi handle this transfer is associated with - libcurl will instead
wait for the connection to reveal if it is possible to pipeline/multiplex on
before it continues. This enables libcurl to much better keep the number of