Hi,
What is the expected semantics of calling MHD_run_from_select with a MHD
configured to use epoll in combination with an application side event loop?
I am diagnosing a problem with systemd-journal-remote which utilizes MHD
to receive journal entries from remote hosts. Currently, when
tran
Hi,
I am trying to build libmicrohttpd for powerpc (ppc_6xx) host.
I remember that a few years ago, in order to support HTTPS you could use
GnuTls lib or gcrypt lib - I am having trouble to build GnuTls (because of
all the dependencies). What is the last libmicrohttpd version that can
support HTTP
Hi Avner,
We never supported 'gcrypt-only'. We always required GnuTLS, just some
very long time ago we tried to include parts of the GnuTLS code with
MHD. However, that version never worked well with HTTPS/TLS, so it is
definitively not advisable to go there. If you cannot build GnuTLS, you
could
Hi All,
I recently updated some code to use version 0.9.55 of libmicrohttpd. After the
change I noticed that larger (~100kB) HTTPS requests are blocking forever.
During the change I swapped from using the option MHD_USE_POLL to MHD_USE_AUTO.
I can see from an strace that libmicrohttpd is now us