Re: [libmicrohttpd] v0.9.53 release date? (w.r.t. websocket race fixes)

2017-03-13 Thread Evgeny Grin
Hello Dom, I expect last fixes for "Upgraded" sockets to be commented in next two day. After several days of testing we should make new release. -- Best Wishes, Evgeny Grin On 10.03.2017 13:25, Dom F wrote: > Hello, > > I use the websocket support in libmicrohttpd but it crashes a lot due to >

Re: [libmicrohttpd] Websockets

2017-03-13 Thread John Duncan
Quick question. I noticed when I built the library, it didn't move mhd_sockets.h into the includes. That file contains all the MHD_send_/MHD_recv_ macros used in the websockets unit test. Am I supposed to re-implement the functions/macros found in there, or am I supposed to include that code wit

Re: [libmicrohttpd] largepost.c reset connection when file already exists

2017-03-13 Thread Christian Grothoff
On 03/11/2017 03:39 PM, Vitaliy T wrote: > Still there is an issue with re-open a file. Patch applied below to avoid it. Thanks, Fixed as suggested in 1855c73c..59268ccf. > Offtopic: > Are there plans to "say" libmicrohttpd to "clear" network buffers when > something goes wrong and we are ready t

Re: [libmicrohttpd] Websockets

2017-03-13 Thread Christian Grothoff
On 03/13/2017 09:39 PM, John Duncan wrote: > Quick question. I noticed when I built the library, it didn't move > mhd_sockets.h into the includes. That file contains all the > MHD_send_/MHD_recv_ macros used in the websockets unit test. Am I supposed > to re-implement the functions/macros found

[libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error

2017-03-13 Thread Vitaliy T
Hi, When I am using EPOLL backend I got the error in the subject: Illegal instruction If I am using MHD_USE_SELECT_INTERNALLY all is OK. Can you give me a point how to implement an external poller to run MHD_run(daemon), because I'm using the MHD_USE_SUSPEND_RESUME flag. And running MHD_run()