Loading lib/multi.c +12 −10 Original line number Diff line number Diff line Loading @@ -1940,6 +1940,7 @@ static void singlesocket(struct Curl_multi *multi, } /* we know (entry != NULL) at this point, see the logic above */ if(multi->socket_cb) multi->socket_cb(easy->easy_handle, s, action, Loading Loading @@ -2019,6 +2020,7 @@ static void singlesocket(struct Curl_multi *multi, remove_sock_from_hash = FALSE; if(remove_sock_from_hash) { if(multi->socket_cb) multi->socket_cb(easy->easy_handle, s, CURL_POLL_REMOVE, Loading Loading
lib/multi.c +12 −10 Original line number Diff line number Diff line Loading @@ -1940,6 +1940,7 @@ static void singlesocket(struct Curl_multi *multi, } /* we know (entry != NULL) at this point, see the logic above */ if(multi->socket_cb) multi->socket_cb(easy->easy_handle, s, action, Loading Loading @@ -2019,6 +2020,7 @@ static void singlesocket(struct Curl_multi *multi, remove_sock_from_hash = FALSE; if(remove_sock_from_hash) { if(multi->socket_cb) multi->socket_cb(easy->easy_handle, s, CURL_POLL_REMOVE, Loading