[libmicrohttpd] Protocol upgrade

2016-11-13 Thread Markus Doppelbauer
Hello, Is the "protocol upgrade" API finalized? I can live with that, but this way I need a second event loop. I would prefer an API where the MHD event loop waits for websocket-data and - if new data arrives - calls a handler. Something like: MHD_SocketHandle * MHD_create_response_for_upgrade(  

Re: [libmicrohttpd] Protocol upgrade

2016-11-13 Thread Christian Grothoff
On 11/13/2016 08:47 PM, Markus Doppelbauer wrote: > Hello, > > Is the "protocol upgrade" API finalized? Let's say I have no intention of changing it dramatically. > I can live with that, but this > way I need a second event loop. I would prefer an API where the MHD > event loop waits for websoc