mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:03:32 +03:00
Curl_updateconninfo() error handling fix
This commit is contained in:
parent
a0dd9df9ab
commit
f737e94164
3 changed files with 51 additions and 15 deletions
|
|
@ -68,6 +68,6 @@ void Curl_sndbufset(curl_socket_t sockfd);
|
|||
#define Curl_sndbufset(y)
|
||||
#endif
|
||||
|
||||
void Curl_updateconninfo(curl_socket_t sockfd, struct PureInfo* info);
|
||||
void Curl_updateconninfo(struct connectdata *conn, curl_socket_t sockfd);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue