CLOSESOCKETFUNCTION: added
Introduced the initial setup to allow closesocket callbacks by making sure sclose() is only ever called from one place in the libcurl source and still run all test cases fine.
This commit is contained in:
@@ -68,7 +68,6 @@ void Curl_sndbufset(curl_socket_t sockfd);
|
||||
#endif
|
||||
|
||||
void Curl_updateconninfo(struct connectdata *conn, curl_socket_t sockfd);
|
||||
|
||||
void Curl_persistconninfo(struct connectdata *conn);
|
||||
|
||||
int Curl_closesocket(struct connectdata *conn, curl_socket_t sock);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user