mirror of
https://github.com/curl/curl.git
synced 2026-07-16 13:07:16 +03:00
pingpong: remove two old leftover debug infof() calls
This commit is contained in:
parent
66f4c5699e
commit
6c7fc22f9d
1 changed files with 0 additions and 4 deletions
|
|
@ -98,7 +98,6 @@ CURLcode Curl_pp_statemach(struct Curl_easy *data,
|
|||
return CURLE_OPERATION_TIMEDOUT; /* already too little time */
|
||||
}
|
||||
|
||||
DEBUGF(infof(data, "pp_statematch, timeout=%" FMT_TIMEDIFF_T, timeout_ms));
|
||||
if(block) {
|
||||
interval_ms = 1000; /* use 1 second timeout intervals */
|
||||
if(timeout_ms < interval_ms)
|
||||
|
|
@ -116,9 +115,6 @@ CURLcode Curl_pp_statemach(struct Curl_easy *data,
|
|||
/* We are receiving and there is data ready in the SSL library */
|
||||
rc = 1;
|
||||
else {
|
||||
DEBUGF(infof(data, "pp_statematch, select, timeout=%" FMT_TIMEDIFF_T
|
||||
", sendleft=%zu",
|
||||
timeout_ms, pp->sendleft));
|
||||
rc = Curl_socket_check(pp->sendleft ? CURL_SOCKET_BAD : sock, /* reading */
|
||||
CURL_SOCKET_BAD,
|
||||
pp->sendleft ? sock : CURL_SOCKET_BAD, /* writing */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue