diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index e60a5369..01780f9d 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -561,6 +561,7 @@ MHD_connection_close_ (struct MHD_Connection *connection, } +#ifdef HTTPS_SUPPORT /** * Stop TLS forwarding on upgraded connection and * reflect remote disconnect state to socketpair. @@ -616,6 +617,7 @@ MHD_connection_finish_forward_ (struct MHD_Connection *connection) * connection's final cleanup. */ } +#endif /* HTTPS_SUPPORT */ /** |