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

Change #264915

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Sat 18 Apr 2026 23:34:39
Repository https://api.github.com/repos/curl/curl
Project curl/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