We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
or can i set custom-defined params to curl_opts
just a question
No response
GitHub (branch e.g. master)
The text was updated successfully, but these errors were encountered:
and set tcp_nodelay_ to true is very important in our senario
Sorry, something went wrong.
or i need to implement the sessionparams setting myself?
@carlwang99 thanks for reporting.
Which curl options do you want to be able to set precisely?
There is a workaround for it: #1057 (comment) You can interface with the underlying curl handle directly.
i want to set TCP_NODELAY by myself and why set tcpkeeplive default to 1 when libcurl version >= 7.25.0
i also hope that min/max threads of the threadpool can be set at the outside project
No branches or pull requests
Description
or can i set custom-defined params to curl_opts
Example/How to Reproduce
just a question
Possible Fix
No response
Where did you get it from?
GitHub (branch e.g. master)
Additional Context/Your Environment
The text was updated successfully, but these errors were encountered: