Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #264917

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Sat 18 Apr 2026 23:34:39
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 54ded66618a2388e88e715c5eb4477d1083582ef

Comments

docs/libcurl: improve easy setopt examples
- always assign the curl_easy_perform() return code (and declare
  the necessary 'result' variable for it)

- always call curl_easy_cleanup() on the created easy handles

Closes #21364

Changed files