[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] Better error management. Add 'Curl.SSL.CaPath' and 'Curl.SSL.CaInfo' properties.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] Better error management. Add 'Curl.SSL.CaPath' and 'Curl.SSL.CaInfo' properties.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Fri, 05 Jul 2024 01:46:04 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 2ae95172 by Benoît Minisini at 2024-07-05T03:43:28+02:00 Better error management. Add 'Curl.SSL.CaPath' and 'Curl.SSL.CaInfo' properties. [GB.NET.CURL] * NEW: Handle errors when setting a CURL option internally. * NEW: HttpClient: Raise an error when a method fails instead of being silent. * NEW: FtpClient: Raise an error when a method fails instead of being silent. * NEW: 'Curl.SSL.CaPath' is a new property that allows to define the 'CURLOPT_CAPATH' option. * NEW: 'Curl.SSL.CaInfo' is a new property that allows to define the 'CURLOPT_CAINFO' option. - - - - - 6 changed files: - gb.net.curl/src/CCurl.c - gb.net.curl/src/CCurl.h - gb.net.curl/src/CFtpClient.c - gb.net.curl/src/CHttpClient.c - gb.net.curl/src/gbcurl.c - gb.net.curl/src/gbcurl.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2ae9517265feaa7ae8eac624faff14b36d899928 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2ae9517265feaa7ae8eac624faff14b36d899928 You're receiving this email because of your account on gitlab.com.