libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 4012f9fcc585851d8bb354d79fca9b538d4507d2
parent a559950eb866af16cffb6cfa9ac7d2fa12274f73
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 20 Jul 2013 10:37:26 +0000

-removing bad printf

Diffstat:
Msrc/microhttpd/daemon.c | 1-
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;