Skip to content

Commit

Permalink
opts: Fix pipelining examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jay authored and bagder committed Mar 2, 2015
1 parent 70523c6 commit e349a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3
Expand Up @@ -46,7 +46,7 @@ HTTP(S)
NULL
};

curl_multi_setopt(m, CURLMOPT_PIPELINE_SITE_BL, site_blacklist);
curl_multi_setopt(m, CURLMOPT_PIPELINING_SITE_BL, site_blacklist);
.fi
.SH AVAILABILITY
Added in 7.30.0
Expand Down

0 comments on commit e349a1b

Please sign in to comment.