aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index fd2a44bb..8b15db97 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1095,7 +1095,7 @@ struct MHD_UpgradeResponseHandle
1095#endif /* HTTPS_SUPPORT */ 1095#endif /* HTTPS_SUPPORT */
1096 1096
1097 /** 1097 /**
1098 * Set to #MHD_YES after the application finished with the socket 1098 * Set to true after the application finished with the socket
1099 * by #MHD_UPGRADE_ACTION_CLOSE. 1099 * by #MHD_UPGRADE_ACTION_CLOSE.
1100 * 1100 *
1101 * When BOTH @e was_closed (changed by command from application) 1101 * When BOTH @e was_closed (changed by command from application)
@@ -1104,7 +1104,7 @@ struct MHD_UpgradeResponseHandle
1104 * connection to cleanup list. 1104 * connection to cleanup list.
1105 * @remark This flag could be changed from any thread. 1105 * @remark This flag could be changed from any thread.
1106 */ 1106 */
1107 int was_closed; 1107 bool was_closed;
1108 1108
1109 /** 1109 /**
1110 * Set to #MHD_YES if connection is ready for cleanup. 1110 * Set to #MHD_YES if connection is ready for cleanup.