-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2025-01-07 22:49 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* contrib/hbcurl/hbcurl.ch * updated HB_CURLOPT_SSL_OPTIONS: HB_CURLSSLOPT_* + added HB_CURLMSG_RESP_HANDLE, HB_CURLMSG_RESP_HPOS mappings of array elements returned by curl_multi_info_read( <hMulti>[, <aHandles> ]) -> <aResults> * contrib/hbcurl/core.c * adapted @emazv72 contribution from: vszakats/hb#344 Many thanks, it could be useful for managing multiple transfers, by extending some kind of Inkey() loop or in many other scenarios. + added curl lib version guards * minor code and code formattings + extended function curl_multi_info_read( <hMulti>[, <aHandles> ]) -> <aResults> with a possibility to return real GC pointer of specific transfer related to reported event. <aHandles> should be specified if this is expected. + contrib/hbcurl/tests/multi.prg + demo of the additions
- Loading branch information
Showing
4 changed files
with
252 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.