aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 9537c962..d4dd9042 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -362,8 +362,6 @@ enum MHD_FLAG
362 362
363 /** 363 /**
364 * Use poll instead of select. This allows sockets with fd >= FD_SETSIZE. 364 * Use poll instead of select. This allows sockets with fd >= FD_SETSIZE.
365 * This option only works in conjunction with MHD_USE_THREAD_PER_CONNECTION
366 * (at this point).
367 */ 365 */
368 MHD_USE_POLL = 64 366 MHD_USE_POLL = 64
369}; 367};
@@ -1230,7 +1228,6 @@ struct MHD_Response *MHD_create_response_from_callback (uint64_t size,
1230 crfc); 1228 crfc);
1231 1229
1232 1230
1233
1234/** 1231/**
1235 * Create a response object. The response object can be extended with 1232 * Create a response object. The response object can be extended with
1236 * header information and then be used any number of times. 1233 * header information and then be used any number of times.