mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
removed old debug left-over infof() call
This commit is contained in:
parent
c0d343d56d
commit
84c4d96e71
@ -473,8 +473,6 @@ int Curl_ssl_recv(struct connectdata *conn, /* connection data */
|
||||
#endif /* USE_GNUTLS */
|
||||
#endif /* USE_SSLEAY */
|
||||
if(nread == -1) {
|
||||
infof(conn->data, "Curl_xxx_rcvs returned -1, block = %s\n",
|
||||
block?"TRUE":"FALSE");
|
||||
if(!block)
|
||||
return 0; /* this is a true error, not EWOULDBLOCK */
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user