aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-04 10:44:08 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-04 10:44:08 +0000
commit64c6b9904a3c9f3c42d93aa4917ce50c3f7e941b (patch)
treece164a72085880b5955c991e1c35f6d62b221c01 /src/microhttpd/internal.h
parent352a07b01018a4379f4fd83b8277730f044afede (diff)
downloadlibmicrohttpd-64c6b9904a3c9f3c42d93aa4917ce50c3f7e941b.tar.gz
libmicrohttpd-64c6b9904a3c9f3c42d93aa4917ce50c3f7e941b.zip
-fixing the FLUSH problem nicely
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 7a1e58e1..9549b19a 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1036,6 +1036,13 @@ struct MHD_UpgradeResponseHandle
1036 * nothing left. 1036 * nothing left.
1037 */ 1037 */
1038 char e_buf[RESERVE_EBUF_SIZE]; 1038 char e_buf[RESERVE_EBUF_SIZE];
1039
1040 /**
1041 * Set to #MHD_YES after the application closed the socket
1042 * via #MHD_UPGRADE_ACTION_CLOSE.
1043 */
1044 int was_closed;
1045
1039#endif 1046#endif
1040 1047
1041}; 1048};