aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-29 12:19:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-29 12:19:21 +0000
commitb41f753a6d0aa55ca5ef7f9e160813c007c03167 (patch)
tree2c6764206a4a9cc1a768a954c75f411a1733a0a7 /src/include
parent6a3f419f8bbc3e5e9d42c2108e10bfc4ff70886d (diff)
downloadlibmicrohttpd-b41f753a6d0aa55ca5ef7f9e160813c007c03167.tar.gz
libmicrohttpd-b41f753a6d0aa55ca5ef7f9e160813c007c03167.zip
fixes
Diffstat (limited to 'src/include')
-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.