aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index f85ab21b..efbe254d 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3201,6 +3201,7 @@ MHD_connection_handle_idle (struct MHD_Connection *connection)
3201 return MHD_NO; 3201 return MHD_NO;
3202#ifdef UPGRADE_SUPPORT 3202#ifdef UPGRADE_SUPPORT
3203 case MHD_CONNECTION_UPGRADE: 3203 case MHD_CONNECTION_UPGRADE:
3204 connection->in_idle = false;
3204 return MHD_YES; /* keep open */ 3205 return MHD_YES; /* keep open */
3205#endif /* UPGRADE_SUPPORT */ 3206#endif /* UPGRADE_SUPPORT */
3206 default: 3207 default: