When passing a unix-socket to MHD via 'MHD_OPTION_LISTEN_SOCKET':
Every request alerts this message from daemon.c:3266 (called from
daemon.c:4515)
MHD_DLOG (daemon,
_ ("Failed to disable TCP Nagle on socket: %s\n"),
MHD_socket_last_strerr_ ());
-------- Weitergeleitete Nachricht --------
Von: Christian Grothoff <[email protected]>
Antwort an: libmicrohttpd development and user mailinglist <
[email protected]>
An: libmicrohttpd <[email protected]>
Betreff: [libmicrohttpd] libmicrohttpd 0.9.67 released
Datum: Thu, 17 Oct 2019 17:17:17 +0200
Dear all,
I'm glad to announce the release of GNU libmicrohttpd 0.9.67.
GNU libmicrohttpd is a small C library that is supposed to make it
easyto run an HTTP server as part of another application. GNU
libmicrohttpdis fully HTTP 1.1 compliant and supports IPv6. Finally,
GNUlibmicrohttpd is fast, portable and has a simple API and (without
TLSsupport and other optional features) a small binary size (~32k).
This release basically incorporates ng0's hard work over the summer
aspart of the Google summer of code:
* cleaned up logic tracking cork/no-buffer status of sockets to
eliminate useless calls to setsockopt()* avoids uses of setsockopt()
where possible* uses writev() to reduce number of syscalls and
possibly number of IP packets (if available)
So big thanks to ng0!
You can download GNU libmicrohttpd from
* https://ftp.gnu.org/gnu/libmicrohttpd/ and all GNU FTP mirrors.* Our
git repository at https://gnunet.org/git/libmicrohttpd.git
Please report bugs to our bugtracker at https://bugs.gnunet.org/.
The documentation (including a reference manual and tutorial) can
befound at https://www.gnu.org/software/libmicrohttpd/.
Happy hacking!
Christian