From b41f753a6d0aa55ca5ef7f9e160813c007c03167 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 29 Mar 2011 12:19:21 +0000 Subject: fixes --- src/include/microhttpd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') 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 /** * Use poll instead of select. This allows sockets with fd >= FD_SETSIZE. - * This option only works in conjunction with MHD_USE_THREAD_PER_CONNECTION - * (at this point). */ MHD_USE_POLL = 64 }; @@ -1230,7 +1228,6 @@ struct MHD_Response *MHD_create_response_from_callback (uint64_t size, crfc); - /** * Create a response object. The response object can be extended with * header information and then be used any number of times. -- cgit v1.2.3