help.
>
> Regards,
> Denis
>
> -Original Message-
> From: libmicrohttpd
> [mailto:libmicrohttpd-bounces+denis.dowling=hsd.com...@gnu.org] On Behalf Of
> Evgeny Grin
> Sent: Saturday, 9 September 2017 5:08 AM
> To: libmicrohttpd@gnu.org
> Subject:
Behalf Of
Evgeny Grin
Sent: Saturday, 9 September 2017 5:08 AM
To: libmicrohttpd@gnu.org
Subject: Re: [libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL
Hi Denis,
Problem was fixed in git master.
Could you recheck on your side?
--
Best Wishes,
Evgeny Grin
On 05.09.2017 23:22, Evgeny
Hi Denis,
Problem was fixed in git master.
Could you recheck on your side?
--
Best Wishes,
Evgeny Grin
On 05.09.2017 23:22, Evgeny Grin wrote:
> Hi Denis,
>
> Reproduced on CentOS 7 with current git master.
> Will look into it.
>
> -- Best Wishes, Evgeny Grin On 05.09.2017 4:54, Denis Dowling
Sent: Monday, 4 September 2017 8:11 PM
> To: libmicrohttpd@gnu.org
> Subject: Re: [libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL
>
> Hi Denis,
>
> Thanks for report!
> Minimal example could help a lot.
>
> In the meantime, could you provide more details
: Monday, 4 September 2017 8:11 PM
To: libmicrohttpd@gnu.org
Subject: Re: [libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL
Hi Denis,
Thanks for report!
Minimal example could help a lot.
In the meantime, could you provide more details how do you process incoming
data?
Do you use
Hi Denis,
Thanks for report!
Minimal example could help a lot.
In the meantime, could you provide more details how do you process
incoming data?
Do you use MHD_USE_ERROR_LOG flag for daemon? What's the output on stderr?
Also you could build MHD from source, modify definition of PUT_SIZE in
src/t
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