commit 4012f9fcc585851d8bb354d79fca9b538d4507d2
parent a559950eb866af16cffb6cfa9ac7d2fa12274f73
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 20 Jul 2013 10:37:26 +0000
-removing bad printf
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -400,7 +400,6 @@ recv_tls_adapter (struct MHD_Connection *connection, void *other, size_t i)
if ( (GNUTLS_E_AGAIN == res) ||
(GNUTLS_E_INTERRUPTED == res) )
{
- fprintf (stderr, "RAGAIN!\n");
errno = EINTR;
connection->epoll_state &= ~MHD_EPOLL_STATE_READ_READY;
return -1;