diff options
Diffstat (limited to 'src/microhttpd/connection_https.c')
-rw-r--r-- | src/microhttpd/connection_https.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/connection_https.c b/src/microhttpd/connection_https.c index 2b9e9eca..87b74525 100644 --- a/src/microhttpd/connection_https.c +++ b/src/microhttpd/connection_https.c | |||
@@ -114,7 +114,6 @@ send_tls_adapter (struct MHD_Connection *connection, | |||
114 | if ( (GNUTLS_E_AGAIN == res) || | 114 | if ( (GNUTLS_E_AGAIN == res) || |
115 | (GNUTLS_E_INTERRUPTED == res) ) | 115 | (GNUTLS_E_INTERRUPTED == res) ) |
116 | { | 116 | { |
117 | MHD_socket_set_error_ (MHD_SCKT_EINTR_); | ||
118 | #ifdef EPOLL_SUPPORT | 117 | #ifdef EPOLL_SUPPORT |
119 | if (GNUTLS_E_AGAIN == res) | 118 | if (GNUTLS_E_AGAIN == res) |
120 | connection->epoll_state &= ~MHD_EPOLL_STATE_WRITE_READY; | 119 | connection->epoll_state &= ~MHD_EPOLL_STATE_WRITE_READY; |