Re: [libmicrohttpd] [PATCH] code style: remove tabs from source code

2018-01-24 Thread Christian Grothoff
Hi Moritz, Removing tabs might be desirable, but this patch destroys indentation (see stark example below), which is not. My 2 cents. Happy hacking! Christian On 01/24/2018 02:23 PM, Moritz Warning wrote: >if (url == NULL) > { > - MHD_stop_daemon (d); > - return 16; > + MHD

Re: [libmicrohttpd] [PATCH] code style: remove tabs from source code

2018-01-24 Thread Moritz Warning
Hi Christian, I agree with you and Tim. It breaks some indentations. But it was broken before like this in other places, too. Replacing the tabs with two spaces seem to be a step into the right direction to me. I am not able to contribute more work right now. Well, do as you like. :-) have fun,

Re: [libmicrohttpd] Unable to connect to libmicrohttpd in embedded system.

2018-01-24 Thread silvioprog
You're welcome buddy! :-) On Tue, Jan 23, 2018 at 3:23 PM, Marcel Rutten wrote: > Thanks Christian, > > I checked the error; "Invalid argument". > > > But I've not yet heard about a buggy accept4() implementation... > > This is a first, then :-) : > I blocked accept4() in favour of accept(), and