libmicrohttpd

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

commit 4eede83e0de5e77b6680c5d16247db23a167d0ec
parent fe6f6a85898c5c073d0c5badc8f66fd8305914e4
Author: Matthias Wachs <wachs@in.tum.de>
Date:   Fri, 20 Dec 2013 14:00:48 +0000

remove debug message


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 @@ -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;