aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-02-28 00:06:45 -0500
committerDaniel Stenberg <daniel@haxx.se>2015-03-02 08:38:43 +0100
commite349a1bf7493cd9be2bec99fa16ebfbdea40d2c3 (patch)
tree6571d867abd3ce8abb4ef3be6037c7cc268be7a8 /docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
parent70523c690b36b6ba62426afc2da43588a9f46d94 (diff)
opts: Fix pipelining examples
Diffstat (limited to 'docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3')
-rw-r--r--docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3 b/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
index ae393121e..e3ea4b1ad 100644
--- a/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
+++ b/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
@@ -50,7 +50,7 @@ The default value is NULL, which means that there is no blacklist.
NULL
};
- curl_multi_setopt(m, CURLMOPT_PIPELINE_SERVER_BL, server_blacklist);
+ curl_multi_setopt(m, CURLMOPT_PIPELINING_SERVER_BL, server_blacklist);
.fi
.SH AVAILABILITY
Added in 7.30.0