I have a question regarding the following code: https://github.com/curl/curl/blob/e72270236cf7606069907f91e55e02c5ed54df4a/lib/url.c#L1640
Is it intended to allocate memory for ssl backend data 4 times? With the CURL_DISABLE_PROXY flag active, it seems that you can only allocate 2 times. I briefly checked the code and it seems that gskit.c explicitly uses proxy_ssl regardless of the CURL_DISABLE_PROXY flag. Is it intentional? Best regards, Michał Antoniak
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html