opts: Fix pipelining examples

This commit is contained in:
Jay Satiro 2015-02-28 00:06:45 -05:00 committed by Daniel Stenberg
parent 70523c690b
commit e349a1bf74
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ The default value is NULL, which means that there is no blacklist.
NULL NULL
}; };
curl_multi_setopt(m, CURLMOPT_PIPELINE_SERVER_BL, server_blacklist); curl_multi_setopt(m, CURLMOPT_PIPELINING_SERVER_BL, server_blacklist);
.fi .fi
.SH AVAILABILITY .SH AVAILABILITY
Added in 7.30.0 Added in 7.30.0

View File

@ -46,7 +46,7 @@ HTTP(S)
NULL NULL
}; };
curl_multi_setopt(m, CURLMOPT_PIPELINE_SITE_BL, site_blacklist); curl_multi_setopt(m, CURLMOPT_PIPELINING_SITE_BL, site_blacklist);
.fi .fi
.SH AVAILABILITY .SH AVAILABILITY
Added in 7.30.0 Added in 7.30.0