Useless debug code

Initial
Stephane Bortzmeyer 22 years ago
parent 4041e43ab5
commit b19d48a6ec

@ -74,7 +74,7 @@ read_from_server (CHANNEL fs, short ssl)
}
}
#endif
/* printf ("DEBUG: reading \"%s\"\n (%d chars)\n", big_recvline, nr); */
/* printf ("DEBUG: reading \"%s\"\n (%d chars)\n", big_recvline, nr); */
/* HTTP replies should be separated by CR-LF. Unfortunately, some
servers send only CR :-( */
body = ((nr == 2) || (nr == 1)); /* Empty line CR-LF seen */

Loading…
Cancel
Save