Re: [libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL

2017-09-11 Thread Evgeny Grin
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:

Re: [libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL

2017-09-10 Thread Denis Dowling
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

Re: [libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL

2017-09-08 Thread Evgeny Grin
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

Re: [libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL

2017-09-05 Thread Evgeny Grin
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

Re: [libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL

2017-09-04 Thread Denis Dowling
: 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

Re: [libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL

2017-09-04 Thread Evgeny Grin
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

[libmicrohttpd] libmicrohttpd 0.9.55 https and MHD_USE_EPOLL

2017-09-03 Thread Denis Dowling
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