commit 4eede83e0de5e77b6680c5d16247db23a167d0ec
parent fe6f6a85898c5c073d0c5badc8f66fd8305914e4
Author: Matthias Wachs <wachs@in.tum.de>
Date: Fri, 20 Dec 2013 14:00:48 +0000
remove debug message
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -449,7 +449,6 @@ send_tls_adapter (struct MHD_Connection *connection,
if ( (GNUTLS_E_AGAIN == res) ||
(GNUTLS_E_INTERRUPTED == res) )
{
- fprintf (stderr, "WAGAIN!\n");
errno = EINTR;
#if EPOLL_SUPPORT
connection->epoll_state &= ~MHD_EPOLL_STATE_WRITE_READY;