Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible mistake in description of bitmask values for CURLMOPT_PIPELINING option #14961

Closed
pkropachev opened this issue Sep 18, 2024 · 1 comment
Assignees

Comments

@pkropachev
Copy link

Specify which documentation you found a problem with

Doc for CURLMOPT_PIPELINING option.
https://curl.se/libcurl/c/CURLMOPT_PIPELINING.html

The problem

Doc https://curl.se/libcurl/c/CURLMOPT_PIPELINING.html says that CURLPIPE_NOTHING is Default, which means doing no attempts at multiplexing. So it sounds like this value is used by default, but CURLPIPE_MULTIPLEX is specified in the section Default.

image

@bagder bagder self-assigned this Sep 18, 2024
@bagder
Copy link
Member

bagder commented Sep 18, 2024

Yeah, this is indeed confusing language...

bagder added a commit that referenced this issue Sep 18, 2024
@bagder bagder closed this as completed in 8445285 Sep 18, 2024
moritzbuhl pushed a commit to moritzbuhl/curl that referenced this issue Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants