You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
isDefault, which means doing no attempts at multiplexing
. So it sounds like this value is used by default, butCURLPIPE_MULTIPLEX
is specified in the sectionDefault
.The text was updated successfully, but these errors were encountered: