when the multi interface was used.
Changelog
Daniel (19 February 2007)
+- Shmulik Regev found a memory leak in re-used HTTPS connections, at least
+ when the multi interface was used.
+
- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and
5).
o CURLOPT_RANGE set to NULL resets the range for FTP
o curl_multi_remove_handle() rare crash
o passive FTP transfers work with SOCKS
+ o multi interface HTTPS connection re-use memory leak
This release includes the following known bugs:
Curl_destroy_thread_data(&conn->async);
#endif
+ Curl_ssl_close(conn);
+
Curl_free_ssl_config(&conn->ssl_config);
free(conn); /* free all the connection oriented data */