Why do you think it is not supported? AFAIK it works fine with all the things people would usually want:
* you can use a UNIX socket instead of a TCP listen socket using MHD_OPTION_LISTEN_SOCKET, or * if you established the connection already and have a UNIX stream socket instead of an accept()-ed TCP connection, via MHD_add_connection(). So you can already use UNIX sockets instead of TCP with MHD. Happy hacking! Christian On 04/06/2016 12:42 AM, Hani Benhabiles wrote: > Hi, > > AFAICT, using unix sockets is not supported by libmhd at the moment. Is any > developer working on this already or should I go ahead and work on it ? > > Best regards, > > Hani. >
signature.asc
Description: OpenPGP digital signature
