Removed the trace output that said "May block until packet of type..." since

it simply wasn't true for non-blocking operations.
This commit is contained in:
Daniel Stenberg 2009-03-30 09:19:49 +00:00
parent 117b95e6e3
commit 9ba11a374c

View File

@ -1057,10 +1057,6 @@ _libssh2_packet_require(LIBSSH2_SESSION * session, unsigned char packet_type,
}
state->start = time(NULL);
_libssh2_debug(session, LIBSSH2_DBG_TRANS,
"May block until packet of type %d becomes available",
(int) packet_type);
}
while (session->socket_state == LIBSSH2_SOCKET_CONNECTED) {