diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-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; |