diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-07-20 10:37:26 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-07-20 10:37:26 +0000 |
commit | 4012f9fcc585851d8bb354d79fca9b538d4507d2 (patch) | |
tree | 45540b7ea9582b9266508c28c7c151639e4bf875 | |
parent | a559950eb866af16cffb6cfa9ac7d2fa12274f73 (diff) | |
download | libmicrohttpd-4012f9fcc585851d8bb354d79fca9b538d4507d2.tar.gz libmicrohttpd-4012f9fcc585851d8bb354d79fca9b538d4507d2.zip |
-removing bad printf
-rw-r--r-- | src/microhttpd/daemon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index f92c1f29..d90bbcf0 100644 --- 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) | |||
400 | if ( (GNUTLS_E_AGAIN == res) || | 400 | if ( (GNUTLS_E_AGAIN == res) || |
401 | (GNUTLS_E_INTERRUPTED == res) ) | 401 | (GNUTLS_E_INTERRUPTED == res) ) |
402 | { | 402 | { |
403 | fprintf (stderr, "RAGAIN!\n"); | ||
404 | errno = EINTR; | 403 | errno = EINTR; |
405 | connection->epoll_state &= ~MHD_EPOLL_STATE_READ_READY; | 404 | connection->epoll_state &= ~MHD_EPOLL_STATE_READ_READY; |
406 | return -1; | 405 | return -1; |