GNOME Bugzilla – Bug 749815
curlsink: handle socket callback for active FTP connections as well
Last modified: 2015-05-25 18:39:29 UTC
Since version 7.28.0, libcurl allows application to set socket options for active FTP connections. Some code adjustments have to be done in curlsink in order to handle active connections correctly.
Created attachment 303901 [details] [review] handle socket callback for FTP connections as well Tested this patch against libcurl version 7.37.1.
Comment on attachment 303901 [details] [review] handle socket callback for FTP connections as well Could you please attach a patch in git format-patch format?
Created attachment 303904 [details] [review] handle socket callback for FTP connections as well Sorry! Adding the correct patch.
Pushed, thanks! commit c1bad1be5d7af242e65ba17b1ca33dae182f6139 Author: Patricia Muscalu <patricia@axis.com> Date: Mon May 25 12:33:50 2015 +0200 curlsink: handle socket callback for active FTP connections as well Since version 7.28.0, libcurl allows application to set socket options for active FTP connections. Bump libcurl requirement to version tested. https://bugzilla.gnome.org/show_bug.cgi?id=749815