什么时候需要curl_global_init()?
虽然它的文档说这个功能是必须的,但我看到了两个例子,一个有,另一个没有。
http://curl.haxx.se/libcurl/c/persistant.html
http://curl.haxx.se/libcurl/c/multi-app.html
是这个功能有必要吗?
Though its document says this function is MUST, but I saw two examples, one has it, the other doesn't.
http://curl.haxx.se/libcurl/c/persistant.html
http://curl.haxx.se/libcurl/c/multi-app.html
Is this function necessary at all?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果设计的话,那就是必要的。 文档说:
但请注意,在 curl_easy_init 的文档中:
If it is designed it will be necessary. The documentation says:
But please note that in documentation of curl_easy_init: