Skip to content

Commit ac87be3

Browse files
author
grothoff
committed
adding experimental extension 'HD_USE_NO_LISTEN_SOCKET'
git-svn-id: https://gnunet.org/svn/libmicrohttpd@22731 140774ce-b5e7-0310-ab8b-a85725594a96
1 parent c47b373 commit ac87be3

File tree

6 files changed

+240
-164
lines changed

6 files changed

+240
-164
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Tue Jul 17 22:37:05 CEST 2012
2+
Adding experimental (!) code for MHD operation without listen socket. -CG
3+
14
Tue Jul 17 22:15:57 CEST 2012
25
Making sendfile test pass again on non-W32 systems. -CG
36

doc/microhttpd.texi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,17 @@ This option should ONLY be used on systems that do not have a clock
398398
and that DO provide other mechanisms for cache control. See also
399399
RFC 2616, section 14.18 (exception 3).
400400

401+
402+
@item MHD_USE_NO_LISTEN_SOCKET
403+
@cindex listen
404+
@cindex proxy
405+
@cindex embedded systems
406+
Run the HTTP server without any listen socket. This option only makes
407+
sense if @code{MHD_add_connection} is going to be used exclusively to
408+
connect HTTP clients to the HTTP server. This option is incompatible
409+
with using a thread pool; if it is used,
410+
@code{MHD_OPTION_THREAD_POOL_SIZE} is ignored.
411+
401412
@end table
402413
@end deftp
403414

0 commit comments

Comments
 (0)