NNTP65/POP65: Removed commented out code.

This commit is contained in:
Bobbi Webber-Manners 2020-09-13 18:49:09 -04:00
parent 1fbeda9e5f
commit 906446544e
2 changed files with 0 additions and 18 deletions

View File

@ -267,15 +267,6 @@ bool w5100_tcp_send_recv(char* sendbuf, char* recvbuf, size_t length,
continue;
}
// if (rcv == 0) {
// if (strncmp(sendbuf, "QUIT\r\n", 6) == 0)
// return true; // This can happen on QUIT. It's okay.
// else {
// printf("Remote host disconnected\n");
// return false;
// }
// }
if ((length - len) == 0)
cont = 0;

View File

@ -262,15 +262,6 @@ bool w5100_tcp_send_recv(char* sendbuf, char* recvbuf, size_t length,
continue;
}
// if (rcv == 0) {
// if (strncmp(sendbuf, "QUIT\r\n", 6) == 0)
// return true; // This can happen on QUIT. It's okay.
// else {
// printf("Something bad\n");
// return false;
// }
// }
if ((length - len) == 0)
cont = 0;